From 331648dce0c89042fc3503178e350aec201502b1 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Tue, 15 Jun 2021 10:34:55 +0200 Subject: [PATCH] DBZ-3275 Vitess master branch renamed to main --- jenkins-jobs/job-dsl/release_deploy_snapshots.groovy | 2 +- jenkins-jobs/job-dsl/release_upstream.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins-jobs/job-dsl/release_deploy_snapshots.groovy b/jenkins-jobs/job-dsl/release_deploy_snapshots.groovy index 16b4f8fcf..c9f498ae0 100644 --- a/jenkins-jobs/job-dsl/release_deploy_snapshots.groovy +++ b/jenkins-jobs/job-dsl/release_deploy_snapshots.groovy @@ -20,7 +20,7 @@ pipelineJob('release-deploy-snapshots') { stringParam('DEBEZIUM_BRANCH', 'master', 'A branch from which Debezium is built') stringParam( 'DEBEZIUM_ADDITIONAL_REPOSITORIES', - 'db2#github.com/debezium/debezium-connector-db2.git#main vitess#github.com/debezium/debezium-connector-vitess.git#master cassandra#github.com/debezium/debezium-connector-cassandra.git#main', + 'db2#github.com/debezium/debezium-connector-db2.git#main vitess#github.com/debezium/debezium-connector-vitess.git#main cassandra#github.com/debezium/debezium-connector-cassandra.git#main', 'A space separated list of additional repositories from which Debezium connectors are built (id#repo#branch)' ) } diff --git a/jenkins-jobs/job-dsl/release_upstream.groovy b/jenkins-jobs/job-dsl/release_upstream.groovy index a5d580969..c66c941cc 100644 --- a/jenkins-jobs/job-dsl/release_upstream.groovy +++ b/jenkins-jobs/job-dsl/release_upstream.groovy @@ -17,7 +17,7 @@ pipelineJob('release-debezium-upstream') { stringParam('DEBEZIUM_BRANCH', 'master', 'A branch from which Debezium is built') stringParam( 'DEBEZIUM_ADDITIONAL_REPOSITORIES', - 'db2#github.com/debezium/debezium-connector-db2.git#main vitess#github.com/debezium/debezium-connector-vitess.git#master cassandra#github.com/debezium/debezium-connector-cassandra.git#main', + 'db2#github.com/debezium/debezium-connector-db2.git#main vitess#github.com/debezium/debezium-connector-vitess.git#main cassandra#github.com/debezium/debezium-connector-cassandra.git#main', 'A space separated list of additional repositories from which Debezium incubating components are built (id#repo#branch)' ) stringParam('IMAGES_REPOSITORY', 'github.com/debezium/docker-images.git', 'Repository from which Debezium images are built')