This is an automated email from the ASF dual-hosted git repository.
kbowers pushed a commit to branch 10.2.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/10.2.x by this push:
new 9852bb0a remove optaplanner-operator from setup-branch script (#640)
9852bb0a is described below
commit 9852bb0a1901a91b162d99f192288168e16f39f7
Author: Kbowers <[email protected]>
AuthorDate: Thu Mar 12 20:17:24 2026 +0100
remove optaplanner-operator from setup-branch script (#640)
remove optaplanner-operatoro from setup-branch script
---
.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 4fbdd771..805720ea 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -46,7 +46,7 @@ pipeline {
getMavenCommand(optaplannerRepo)
.withOptions([
'-U',
- '-pl
org.optaplanner:optaplanner-build-parent,org.optaplanner:optaplanner-bom,org.optaplanner:optaplanner-operator',
+ '-pl
org.optaplanner:optaplanner-build-parent,org.optaplanner:optaplanner-bom',
'-am'
])
.withSettingsXmlFile(MAVEN_SETTINGS_FILE)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]