Skip to content

Commit

Permalink
Disable RHBOP main nightly and change OSL to use main branch (#1544)
Browse files Browse the repository at this point in the history
* disable RHBOP main nightly

* change OSL nightly to use main branch

* generate_status_page_data.jenkinsfile: fix not to show 1.44.2.x-prod in status page as nightly is disabled
  • Loading branch information
rgdoliveira authored Jan 10, 2024
1 parent f0d59b3 commit 4dbdb56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def KOGITO_BLUE_NEXT_PRODUCT_VERSION='1.13.2.blue'
def KOGITO_BLUE_NEXT_PRODUCT_BRANCH='1.13.x-blue'
def KOGITO_BLUE_NEXT_PRODUCT_CONFIG_BRANCH="kogito/1.13.x-blue"

def SERVERLESS_LOGIC_NEXT_PRODUCT_BRANCH='main-integration-quarkus-lts'
def SERVERLESS_LOGIC_NEXT_PRODUCT_BRANCH='main'
def SERVERLESS_LOGIC_NEXT_PRODUCT_CONFIG_BRANCH="master"

// def SERVERLESS_LOGIC_CURRENT_PRODUCT_VERSION='1.31.0'
Expand All @@ -39,8 +39,8 @@ def SERVERLESS_LOGIC_NEXT_PRODUCT_CONFIG_BRANCH="master"
// def SERVERLESS_LOGIC_CURRENT_PRODUCT_BRANCH='1.44.2.x-prod'
// def SERVERLESS_LOGIC_CURRENT_PRODUCT_CONFIG_BRANCH="openshift-serverless-logic/1.44.2.x"

def RHBOP_NEXT_PRODUCT_BRANCH='main'
def RHBOP_NEXT_PRODUCT_CONFIG_BRANCH='master'
// def RHBOP_NEXT_PRODUCT_BRANCH='main'
// def RHBOP_NEXT_PRODUCT_CONFIG_BRANCH='master'

def RHBOP_CURRENT_PRODUCT_VERSION='8.38.0'
def RHBOP_CURRENT_PRODUCT_BRANCH='8.38.x-prod'
Expand Down Expand Up @@ -87,7 +87,7 @@ pipeline{
${serverlessLogicNightlyStage(SERVERLESS_LOGIC_NEXT_PRODUCT_BRANCH, SERVERLESS_LOGIC_NEXT_PRODUCT_CONFIG_BRANCH)}
// RHBOP
${rhbopNightlyStage(RHBOP_NEXT_PRODUCT_BRANCH, RHBOP_NEXT_PRODUCT_CONFIG_BRANCH)}
//{rhbopNightlyStage(RHBOP_NEXT_PRODUCT_BRANCH, RHBOP_NEXT_PRODUCT_CONFIG_BRANCH)}
${rhbopNightlyStage(RHBOP_CURRENT_PRODUCT_BRANCH, RHBOP_CURRENT_PRODUCT_CONFIG_BRANCH, RHBOP_CURRENT_PRODUCT_VERSION, RHBOP_CURRENT_DROOLS_VERSION)}
// Drools Ansible Integration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pipeline {
steps {
script {
dir(ghPagesRepoFolder) {
sh "build-chain-status-report --jenkinsUrl ${env.JENKINS_MASTER_URL} --jobUrl /job/PROD/job/rhba.nightly /job/PROD/job/kogito.nightly /job/PROD/job/rhbop.nightly /job/PROD/job/drools-ansible-integration.nightly -t \"Productization Jobs\" -st \"Business Automation Productization Jobs\" --certFilePath ${env[certFileGlobalVariableName]} --outputFolderPath ./data/ --skipZero -cb \"Jenkins Job\" -cu \"${env.BUILD_URL}\" -jf '^((?!7\\.59\\.x|1\\.11\\.x|1\\.24\\.x|1\\.27\\.x|1\\.30\\.x|1\\.32\\.x|1\\.35\\.x|1\\.38\\.x|1\\.40\\.x|1\\.44\\.2\\.x\\-prod|8\\.29\\.x|8\\.33\\.x).)*\$'"
sh "build-chain-status-report --jenkinsUrl ${env.JENKINS_MASTER_URL} --jobUrl /job/PROD/job/rhba.nightly /job/PROD/job/kogito.nightly /job/PROD/job/rhbop.nightly /job/PROD/job/drools-ansible-integration.nightly -t \"Productization Jobs\" -st \"Business Automation Productization Jobs\" --certFilePath ${env[certFileGlobalVariableName]} --outputFolderPath ./data/ --skipZero -cb \"Jenkins Job\" -cu \"${env.BUILD_URL}\" -jf '^((?!7\\.59\\.x|1\\.11\\.x|1\\.24\\.x|1\\.27\\.x|1\\.30\\.x|1\\.32\\.x|1\\.35\\.x|1\\.38\\.x|1\\.40\\.x|1\\.44\\.2\\.x-prod|8\\.29\\.x|8\\.33\\.x).)*\$'"
}
}
}
Expand Down

0 comments on commit 4dbdb56

Please sign in to comment.