Skip to content

Commit

Permalink
[1.0.x][drools-ansible-rulebook-integration-113] Adjust project depen…
Browse files Browse the repository at this point in the history
…dencies for build-chain (#110)
  • Loading branch information
tkobayas authored Sep 30, 2024
1 parent d60d818 commit c27f4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.prod.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline{
script {
// Fetch versions from pom if not provided
env.PRODUCT_VERSION = "${PRODUCT_VERSION ?: parseVersionFromPom('kiegroup/drools-ansible-rulebook-integration')}"
env.DROOLS_PRODUCT_VERSION = "${DROOLS_PRODUCT_VERSION ?: parseVersionFromPom('kiegroup/drools', '8.43.x')}"
env.DROOLS_PRODUCT_VERSION = "${DROOLS_PRODUCT_VERSION ?: parseVersionFromPom('kiegroup/drools', '9.101.x-prod')}"
}

sh 'printenv'
Expand Down
4 changes: 2 additions & 2 deletions .ci/project-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
dependant:
default:
# whenever drools branch changes, please update .ci/jenkins/Jenkinsfile.prod.nightly as well if needed
- source: 8.43.x
- source: 9.101.x-prod
target: 1.0.x

- project: kiegroup/drools-ansible-rulebook-integration
Expand All @@ -15,4 +15,4 @@ dependencies:
dependencies:
default:
- source: 1.0.x
target: 8.43.x
target: 9.101.x-prod

0 comments on commit c27f4f1

Please sign in to comment.