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

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


The following commit(s) were added to refs/heads/10.2.x by this push:
     new b3f0d1fa21 try: fix planner release pipeline
b3f0d1fa21 is described below

commit b3f0d1fa21c6f28c17b3f06623541dc6165133cb
Author: Alex Porcelli <[email protected]>
AuthorDate: Sat Mar 21 13:49:11 2026 -0400

    try: fix planner release pipeline
---
 .ci/jenkins/dsl/jobs.groovy | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index cd282357cf..676274c12f 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -305,9 +305,14 @@ void setupDeployJob(JobType jobType, String envName = '') {
 
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
         MAVEN_SETTINGS_CONFIG_FILE_ID: 
Utils.getMavenSettingsConfigFileId(this, jobType.name),
+        MAVEN_REPO_CREDS_ID: 
Utils.getMavenArtifactsUploadRepositoryCredentialsId(this, jobType.name),
         OPTAPLANNER_LATEST_STREAM: "${GIT_MAIN_BRANCH}",
         DISABLE_DEPLOY: Utils.isDeployDisabled(this),
 
+        GIT_AUTHOR: Utils.getGitAuthor(this),
+        GIT_AUTHOR_CREDS_ID: Utils.getGitAuthorCredsId(this),
+        GIT_AUTHOR_PUSH_CREDS_ID: Utils.getGitAuthorPushCredsId(this),
+
         RELEASE_GPG_SIGN_KEY_CREDS_ID: 
Utils.getReleaseGpgSignKeyCredentialsId(this),
         RELEASE_GPG_SIGN_PASSPHRASE_CREDS_ID: 
Utils.getReleaseGpgSignPassphraseCredentialsId(this)
     ])


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

Reply via email to