Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 0594ad6

Browse files
author
Jeremy Maness
committed
Set GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL environment variables so that shell git can properly.
1 parent 8424914 commit 0594ad6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ pipeline {
2929
}
3030
}
3131
stage('Publish release') {
32+
environment {
33+
GIT_COMMITTER_NAME = "Pureport Releases"
34+
GIT_COMMITTER_EMAIL = "[email protected]"
35+
}
3236
when {
3337
allOf {
3438
branch 'develop'

0 commit comments

Comments
 (0)