From 8d0d61d80fb3891bf6624c1d04334f898fe74534 Mon Sep 17 00:00:00 2001 From: Enrique Mingorance Cano Date: Wed, 18 Aug 2021 09:59:07 +0200 Subject: [PATCH] [BXMSPROD-1441] cron meta nightly PRODUCT_VERSION upgraded to 7.12.0 (#1069) * [BXMSPROD-1441] UMB_VERSION 712 for kogito* * Apply suggestions from code review Co-authored-by: Tristan Radisson Co-authored-by: Tristan Radisson --- job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy b/job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy index 972c4200e..c03cc9a96 100644 --- a/job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy +++ b/job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy @@ -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] ] @@ -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] ] }