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 155f6bae kie-issues#643: fix PR check buildchain configuration
155f6bae is described below
commit 155f6baefcfa9354d9ed08d3c9f3b7dbc7953f47
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Oct 23 15:28:50 2023 +0200
kie-issues#643: fix PR check buildchain configuration
---
.ci/jenkins/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index 2aeb1c4b..88609542 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -13,8 +13,8 @@ pipeline {
}
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-optaplanner-quickstarts'
- BUILDCHAIN_CONFIG_REPO = 'apache/incubator-kie-optaplanner'
- BUILDCHAIN_CONFIG_FILE_PATH = '.ci/buildchain-config.yaml'
+ BUILDCHAIN_CONFIG_REPO = 'incubator-kie-optaplanner'
+ BUILDCHAIN_CONFIG_FILE_PATH = '.ci/buildchain-config-pr-cdb.yaml'
OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM = '-Dfull'
BUILD_MVN_OPTS_CURRENT = '-Dfull'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]