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

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


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

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

    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 0f8087ad..61512efb 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -76,7 +76,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