Skip to content

Commit

Permalink
Setup DSL branch config after cut-off
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 4, 2023
1 parent 9868eeb commit 8147fc8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ environments:
BUILD_MAVEN_TOOL: kie-maven-3.9.1
BUILD_JDK_TOOL: kie-jdk17
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'
Expand All @@ -53,6 +52,7 @@ environments:
- quarkus
- lts
- prod
enabled: false
sonarcloud:
auto_generation: false
env_vars:
Expand All @@ -61,14 +61,17 @@ environments:
ids:
- sonarcloud
- coverage
productized_branch: true
productized_branch: false
disable:
triggers: false
repositories:
- name: drools
branch: 8.44.x
is_branch_config_repo: true
- name: drools-website
- name: kie-benchmarks
branch: 8.44.x
- name: kie-jpmml-integration
branch: 8.44.x
productized_repositories:
- name: drools
- name: drools-website
Expand Down

0 comments on commit 8147fc8

Please sign in to comment.