Skip to content

Commit

Permalink
Fix CI references to kie-docs and kie-benchmarks (#5527)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz committed Sep 18, 2023
1 parent a5ffba8 commit 5990c6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ repositories:
# Not yet migrated to Apache
# - name: incubator-kie-drools-website
# job_display_name: drools-website
- name: incubator-kie-kie-benchmarks
- name: incubator-kie-benchmarks
job_display_name: kie-benchmarks
## TODO to check if should be enabled
# - name: incubator-kie-kie-jpmml-integration
# - name: incubator-kie-jpmml-integration
# job_display_name: kie-jpmml-integration
git:
author:
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/config/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ecosystem:
ignore_release: true
regexs:
- kie-benchmarks.*
- incubator-kie-kie-benchmarks.*
- incubator-kie-benchmarks.*
git:
branches:
- name: apache_migration
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
// Commented as not migrated
// ], [
// id: 'kie-jpmml-integration',
// repository: 'incubator-kie-kie-jpmml-integration'
// repository: 'incubator-kie-jpmml-integration'
]
]
]
Expand Down

0 comments on commit 5990c6d

Please sign in to comment.