Deploy notifications stable!

This commit is contained in:
Juan Ferrer 2019-01-08 17:26:09 +01:00
parent d57c2302a6
commit 8588e97d23
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-123 install --no-audit"
sh "env NODE_ENV= npm install --no-audit"
sh "gulp install"
sh "gulp build"
}