This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 06855bd0 [10.0.x] CI duplicate maven configuration entries (#634)
06855bd0 is described below
commit 06855bd0af526369f1ec7fca6056263f5b68f3d7
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Oct 18 11:22:49 2024 +0200
[10.0.x] CI duplicate maven configuration entries (#634)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/dsl/jobs.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 481a5d72..e03413f3 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -70,7 +70,7 @@ void createSetupBranchJob() {
GIT_AUTHOR_CREDS_ID: "${GIT_AUTHOR_CREDENTIALS_ID}",
GIT_AUTHOR_PUSH_CREDS_ID: "${GIT_AUTHOR_PUSH_CREDENTIALS_ID}",
- MAVEN_SETTINGS_CONFIG_FILE_ID: "${MAVEN_SETTINGS_FILE_ID}",
+ MAVEN_SETTINGS_CONFIG_FILE_ID:
Utils.getMavenSettingsConfigFileId(this, JobType.NIGHTLY.name),
IS_MAIN_BRANCH: "${Utils.isMainBranch(this)}"
])
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]