Deployment is now stable
This commit is contained in:
parent
8588e97d23
commit
964c8b03ee
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue