This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch 8.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git


The following commit(s) were added to refs/heads/8.x by this push:
     new 7d39512d 8.x kie-issues#767: set user config for git
7d39512d is described below

commit 7d39512dad16c1809ea4f4616887174e4a4371a8
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Dec 14 11:43:09 2023 +0100

    8.x kie-issues#767: set user config for git
---
 .ci/jenkins/Jenkinsfile.setup-branch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.setup-branch 
b/.ci/jenkins/Jenkinsfile.setup-branch
index a7e9f31b..a313c7df 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -86,7 +86,7 @@ pipeline {
                     dir(getRepoName()) {
                         if (githubscm.isThereAnyChanges()) {
                             def commitMsg = "Update version to 
${getOptaPlannerVersion()}"
-
+                            
githubscm.setUserConfigFromCreds(getGitAuthorPushCredsId())
                             githubscm.commitChanges(commitMsg, { 
                                 
githubscm.findAndStageNotIgnoredFiles('pom.xml') 
                                 
githubscm.findAndStageNotIgnoredFiles('build.gradle')


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to