Skip to content

Commit 222cf2c

Browse files
authored
Update Jenkinsfile
1 parent 1e249cb commit 222cf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
script {
191191
withCredentials([usernamePassword(credentialsId: 'github-jenkins-internal-provectus', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USER')]) {
192192
sh "git add ."
193-
sh "git -c user.name=\"$GIT_USER\" -c user.email=\"\" commit -m \"Increased version in pom.xml\""
193+
sh "git -c user.name=\"$GIT_USER\" -c user.email=\"[email protected]\" commit -m \"Increased version in pom.xml\""
194194
sh "git push https://$GIT_USER:$GIT_PASSWORD@github.com/provectus/kafka-ui.git HEAD:master"
195195
}
196196
}

0 commit comments

Comments
 (0)