diff --git a/hello-world-nodejs/Jenkinsfile b/hello-world-nodejs/Jenkinsfile index 8ae8f5e..66ca8c1 100644 --- a/hello-world-nodejs/Jenkinsfile +++ b/hello-world-nodejs/Jenkinsfile @@ -7,15 +7,15 @@ apiVersion: v1 kind: Pod spec: containers: - - name: nodejs - image: nodejs + - name: node + image: node command: - sleep args: - infinity ''' - defaultContainer 'nodejs' + defaultContainer 'node' } }