Jenkins notifications on failure

This commit is contained in:
Juan Ferrer 2019-01-08 17:17:39 +01:00
parent 5078775a74
commit a7c018043b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ try {
}
stage ('Build') {
nodejs('node-lts') {
sh "env NODE_ENV= npm install --no-audit"
sh "env NODE_ENV= npm-123 install --no-audit"
sh "gulp install"
sh "gulp build"
}