This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a commit to branch 8.45.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/8.45.x by this push:
new d20d279a8a Setup DSL branch config after cut-off
d20d279a8a is described below
commit d20d279a8a1beb1ad912a30a32f2a1236aa8a097
Author: jenkins <[email protected]>
AuthorDate: Thu Dec 14 08:38:16 2023 +0000
Setup DSL branch config after cut-off
---
.ci/jenkins/config/branch.yaml | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index f49107e9b9..8a03a1d5ee 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -23,11 +23,10 @@ environments:
BUILD_MAVEN_TOOL: maven_3.9.3
BUILD_JDK_TOOL: jdk_17_latest
BUILD_MVN_OPTS: -Denforcer.skip
- # DROOLS_BUILD_MVN_OPTS: -Dfull # "No enabled as it does not compile in
quarkus-3
- # BUILD_MVN_OPTS_QUARKUS_UPDATE: -Dfull
ids:
- quarkus
- quarkus3
+ enabled: false
quarkus-branch:
env_vars:
QUARKUS_BRANCH: '2.16'
@@ -45,24 +44,16 @@ environments:
repositories:
- name: incubator-kie-drools
job_display_name: drools
-# Not yet migrated to Apache
-# - name: incubator-kie-drools-website
-# job_display_name: drools-website
-- name: incubator-kie-benchmarks
- job_display_name: kie-benchmarks
-## TODO to check if should be enabled
-# - name: incubator-kie-jpmml-integration
-# job_display_name: kie-jpmml-integration
+ branch: 8.45.x
+ is_branch_config_repo: true
git:
author:
name: apache
- # Taken from https://ci-builds.apache.org/credentials/
- # Need to be verified
credentials_id: 399061d0-5ab5-4142-a186-a52081fef742
token_credentials_id: ci-builds
push:
- credentials_id: 84811880-2025-45b6-a44c-2f33bef30ad2 # CI Push Access
for KIE
- token_credentials_id: 41128c14-bb63-4708-9074-d20a318ee630 # GitHub
Personal Access Token for KIE
+ credentials_id: 84811880-2025-45b6-a44c-2f33bef30ad2
+ token_credentials_id: 41128c14-bb63-4708-9074-d20a318ee630
fork_author:
name: kie-ci
credentials_id: kie-ci
@@ -93,7 +84,7 @@ maven:
creds_id: apache-nexus-kie-deploy-credentials
cloud:
image:
- registry_credentials: tradisso_registry_token # TODO set to
`kogito-quay-token`
+ registry_credentials: tradisso_registry_token
registry: quay.io
namespace: tradisso
latest_git_branch: main
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]