Deploy notification fixes

This commit is contained in:
Juan Ferrer 2019-01-08 16:51:48 +01:00
parent 16b8190214
commit 3ab1245c28
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ try {
node { node {
stage ('Checkout') { stage ('Checkout') {
heckout scm checkout scm
env.GIT_COMMITTER_EMAIL = sh ( env.GIT_COMMITTER_EMAIL = sh (
script: "git --no-pager show -s --format='%ae'", script: "git --no-pager show -s --format='%ae'",
returnStdout: true returnStdout: true
@ -25,7 +25,7 @@ try {
echo "Commiter: ${env.GIT_COMMITTER_EMAIL}" echo "Commiter: ${env.GIT_COMMITTER_EMAIL}"
} }
stage ('Build') { stage ('Build') {
nodejs('node-lts') { odejs('node-lts') {
sh "env NODE_ENV= npm install --no-audit" sh "env NODE_ENV= npm install --no-audit"
sh "gulp install" sh "gulp install"
sh "gulp build" sh "gulp build"