Small deploy fix
This commit is contained in:
parent
964c8b03ee
commit
c7510cf247
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue