Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2019-01-11 14:01:48 +01:00
parent b8b78f9517
commit 064ed4bd80
1 changed files with 9 additions and 7 deletions

2
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ pipeline {
} }
} }
stage ('Checkout') { stage ('Checkout') {
steps {
checkout scm checkout scm
script { script {
env.GIT_COMMITTER_EMAIL = sh( env.GIT_COMMITTER_EMAIL = sh(
@ -43,6 +44,7 @@ pipeline {
} }
echo "Committer: ${env.GIT_COMMITTER_EMAIL}" echo "Committer: ${env.GIT_COMMITTER_EMAIL}"
} }
}
stage ('Install') { stage ('Install') {
environment { environment {
NODE_ENV = '' NODE_ENV = ''