Deploy test

This commit is contained in:
Juan Ferrer 2019-01-08 16:52:59 +01:00
parent 3ab1245c28
commit 60098c0e08
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -25,8 +25,8 @@ try {
echo "Commiter: ${env.GIT_COMMITTER_EMAIL}"
}
stage ('Build') {
odejs('node-lts') {
sh "env NODE_ENV= npm install --no-audit"
nodejs('node-lts') {
sh "env NODE_ENV= npmasdf install --no-audit"
sh "gulp install"
sh "gulp build"
}