Deployment is now stable

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

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ try {
node {
stage ('Checkout') {
checkout scm
env.GIT_COMMITTER_EMAIL = sh (
env.GIT_COMMITTER_EMAIL = sh(
script: "git --no-pager show -s --format='%ae'",
returnStdout: true
).trim()