diff --git a/psmdb/jenkins/get-psmdb-branches-4.4.groovy b/psmdb/jenkins/get-psmdb-branches-4.4.groovy index a53da69e08..667f30108d 100644 --- a/psmdb/jenkins/get-psmdb-branches-4.4.groovy +++ b/psmdb/jenkins/get-psmdb-branches-4.4.groovy @@ -87,6 +87,7 @@ pipeline { } slackNotify("#releases-ci", "#00FF00", "[${JOB_NAME}]: new changes for branch ${BRANCH_NAME}[commit id: ${COMMIT_ID}] were detected, build will be started soon") build job: 'psmdb44-autobuild-RELEASE', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] + build job: 'psmdb44-aarch64-build', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] build job: 'psmdb-multijob-testing', propagate: false, wait: false, parameters: [string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE)] } } diff --git a/psmdb/jenkins/get-psmdb-branches-5.0.groovy b/psmdb/jenkins/get-psmdb-branches-5.0.groovy index b64f0b5e84..9c579d6694 100644 --- a/psmdb/jenkins/get-psmdb-branches-5.0.groovy +++ b/psmdb/jenkins/get-psmdb-branches-5.0.groovy @@ -87,6 +87,7 @@ pipeline { } slackNotify("#releases-ci", "#00FF00", "[${JOB_NAME}]: new changes for branch ${BRANCH_NAME}[commit id: ${COMMIT_ID}] were detected, build will be started soon") build job: 'psmdb50-autobuild-RELEASE', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] + build job: 'psmdb50-aarch64-build', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] build job: 'psmdb-multijob-testing', propagate: false, wait: false, parameters: [string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE)] } } diff --git a/psmdb/jenkins/get-psmdb-branches-6.0.groovy b/psmdb/jenkins/get-psmdb-branches-6.0.groovy index bf3f0c5bf3..365bf6e30a 100644 --- a/psmdb/jenkins/get-psmdb-branches-6.0.groovy +++ b/psmdb/jenkins/get-psmdb-branches-6.0.groovy @@ -87,6 +87,7 @@ pipeline { } slackNotify("#releases-ci", "#00FF00", "[${JOB_NAME}]: new changes for branch ${BRANCH_NAME}[commit id: ${COMMIT_ID}] were detected, build will be started soon") build job: 'psmdb60-autobuild-RELEASE', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] + build job: 'psmdb60-aarch64-build', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] build job: 'psmdb-multijob-testing', propagate: false, wait: false, parameters: [string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE)] } } diff --git a/psmdb/jenkins/get-psmdb-branches-7.0.groovy b/psmdb/jenkins/get-psmdb-branches-7.0.groovy index bb26999c41..5896399b45 100644 --- a/psmdb/jenkins/get-psmdb-branches-7.0.groovy +++ b/psmdb/jenkins/get-psmdb-branches-7.0.groovy @@ -87,6 +87,7 @@ pipeline { } slackNotify("#releases-ci", "#00FF00", "[${JOB_NAME}]: new changes for branch ${BRANCH_NAME}[commit id: ${COMMIT_ID}] were detected, build will be started soon") build job: 'psmdb70-autobuild-RELEASE', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] + build job: 'psmdb70-aarch64-build', parameters: [string(name: 'GIT_BRANCH', value: BRANCH_NAME), string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE), string(name: 'MONGO_TOOLS_TAG', value: MONGO_TOOLS_TAG), string(name: 'COMPONENT', value: 'testing')] build job: 'psmdb-multijob-testing', propagate: false, wait: false, parameters: [string(name: 'PSMDB_VERSION', value: VERSION), string(name: 'PSMDB_RELEASE', value: RELEASE)] } } diff --git a/psmdb/psmdb-multijob-testing.groovy b/psmdb/psmdb-multijob-testing.groovy index f8600660ce..a3a04e2e44 100644 --- a/psmdb/psmdb-multijob-testing.groovy +++ b/psmdb/psmdb-multijob-testing.groovy @@ -37,6 +37,7 @@ pipeline { script { def version = params.PSMDB_VERSION + '-' + params.PSMDB_RELEASE build job: 'psmdb-docker', parameters: [string(name: 'PSMDB_REPO', value: "testing"), string(name: 'PSMDB_VERSION', value: version ), string(name: 'TARGET_REPO', value: "PerconaLab") ] + build job: 'psmdb-docker-arm', parameters: [string(name: 'PSMDB_REPO', value: "testing"), string(name: 'PSMDB_VERSION', value: version ), string(name: 'TARGET_REPO', value: "PerconaLab") ] } } }