diff --git a/Jenkinsfile b/Jenkinsfile index 8570662..820692e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,13 +3,13 @@ pipeline { environment { CI = 'true' - + } stages { stage('Build') { steps { - nodejs(nodeJSInstallationName: 'Node 6.x', configId: '') { + nodejs(nodeJSInstallationName: 'Node 6.x', configId: '') { sh 'npm config ls' - } + } } } stage('Test') { @@ -25,5 +25,4 @@ pipeline { } } } -} } \ No newline at end of file