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 Jul 3, 2023
1 parent 1930e5d commit ce0aa52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ environments:
ids:
- quarkus
- quarkus3
enabled: false
quarkus-branch:
env_vars:
QUARKUS_BRANCH: '2.16'
Expand All @@ -45,20 +46,23 @@ environments:
- quarkus
- lts
- prod
enabled: false
sonarcloud:
auto_generation: false
env_vars:
ENABLE_SONARCLOUD: true
ids:
- sonarcloud
- coverage
productized_branch: true
productized_branch: false
disable:
triggers: false
repositories:
- name: drools
branch: 8.41.x
is_branch_config_repo: true
- name: drools-website
- name: kie-benchmarks
branch: 8.41.x
productized_repositories:
- name: drools
git:
Expand Down

0 comments on commit ce0aa52

Please sign in to comment.