Small deploy fix

This commit is contained in:
Juan Ferrer 2019-01-08 17:37:17 +01:00
parent 964c8b03ee
commit c7510cf247
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ try {
script: "git --no-pager show -s --format='%ae'",
returnStdout: true
).trim()
echo "Commiter: ${env.GIT_COMMITTER_EMAIL}"
echo "Committer: ${env.GIT_COMMITTER_EMAIL}"
}
stage ('Build') {
nodejs('node-lts') {