Jenkinsfile fixes
This commit is contained in:
parent
b8b78f9517
commit
064ed4bd80
|
@ -34,6 +34,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
script {
|
||||
env.GIT_COMMITTER_EMAIL = sh(
|
||||
|
@ -43,6 +44,7 @@ pipeline {
|
|||
}
|
||||
echo "Committer: ${env.GIT_COMMITTER_EMAIL}"
|
||||
}
|
||||
}
|
||||
stage ('Install') {
|
||||
environment {
|
||||
NODE_ENV = ''
|
||||
|
|
Loading…
Reference in New Issue