Skip to content

Commit

Permalink
[BXMSPROD-1441] cron meta nightly PRODUCT_VERSION upgraded to 7.12.0 (#…
Browse files Browse the repository at this point in the history
…1069)

* [BXMSPROD-1441] UMB_VERSION 712 for kogito*

* Apply suggestions from code review

Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com>

Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com>
  • Loading branch information
Ginxo and radtriste committed Aug 18, 2021
1 parent 5865437 commit 8d0d61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline{
[\$class: 'StringParameterValue', name: 'KOGITO_DEPLOYMENT_REPO_URL', value: 'https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/service/local/repositories/scratch-release-kogito-main/content-compressed'],
[\$class: 'StringParameterValue', name: 'UMB_VERSION', value: 'main'],
[\$class: 'StringParameterValue', name: 'PRODUCT_VERSION', value: '7.12.0'],
[\$class: 'StringParameterValue', name: 'OPTAPLANNER_PRODUCT_VERSION', value: '8.6.0'],
[\$class: 'StringParameterValue', name: 'OPTAPLANNER_PRODUCT_VERSION', value: '7.12.0'],
[\$class: 'StringParameterValue', name: 'DEFAULT_CONFIG_BRANCH', value: "\${env.DEFAULT_CONFIG_BRANCH}"],
[\$class: 'BooleanParameterValue', name: 'SKIP_TESTS', value: true]
]
Expand All @@ -54,7 +54,7 @@ pipeline{
build job: 'kogito-tooling.nightly/main', propagate: false, wait: true, parameters: [
[\$class: 'StringParameterValue', name: 'DEPLOYMENT_REPO_URL', value: 'https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/service/local/repositories/scratch-release-rhba-main/content-compressed'],
[\$class: 'StringParameterValue', name: 'UMB_VERSION', value: 'main'],
[\$class: 'StringParameterValue', name: 'PRODUCT_VERSION', value: '7.11.0'],
[\$class: 'StringParameterValue', name: 'PRODUCT_VERSION', value: '7.12.0'],
[\$class: 'BooleanParameterValue', name: 'SKIP_TESTS', value: true]
]
}
Expand Down

0 comments on commit 8d0d61d

Please sign in to comment.