diff --git a/Jenkinsfile b/Jenkinsfile index 1001221..af8d513 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,13 +7,10 @@ pipeline { stages { stage('Build') { steps { - nodejs(nodeJSInstallationName: 'Node 6.x', configId: '') { + nodejs(nodeJSInstallationName: 'Node 6.x', configId: '') { sh 'npm config ls' - - sh 'npm install' - } + } } - } } stage('Test') { steps {