Browse Source

added JenkinsFile

master
flashlan 4 years ago
parent
commit
c0d07c3421
  1. 7
      Jenkinsfile

7
Jenkinsfile

@ -3,13 +3,13 @@ pipeline {
environment { environment {
CI = 'true' CI = 'true'
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
nodejs(nodeJSInstallationName: 'Node 6.x', configId: '<config-file-provider-id>') { nodejs(nodeJSInstallationName: 'Node 6.x', configId: '<config-file-provider-id>') {
sh 'npm config ls' sh 'npm config ls'
} }
} }
} }
stage('Test') { stage('Test') {
@ -25,5 +25,4 @@ pipeline {
} }
} }
} }
}
} }
Loading…
Cancel
Save