DBZ-5203 remove default values of quay organization from test-infra jenkins jobs

This commit is contained in:
Jiri Novotny 2022-06-21 12:17:32 +02:00 committed by Jiří Novotný
parent d725167907
commit 28a618bef0

View File

@ -12,8 +12,8 @@ pipelineJob('ocp-downstream-trigger-all-prepare') {
stringParam('MAIL_TO', 'debezium-qe@redhat.com')
// QUAY CONFIG
stringParam('QUAY_CREDENTIALS', 'debezium-quay-creds', 'Quay.io credentials id')
stringParam('QUAY_ORGANISATION', 'debezium', 'Organisation where images are copied')
stringParam('QUAY_CREDENTIALS', 'rh-integration-quay-creds', 'Quay.io credentials id')
stringParam('QUAY_ORGANISATION', '', 'Organisation where images are copied')
// DEBEZIUM CONFIG
stringParam('DBZ_GIT_REPOSITORY', 'https://github.com/debezium/debezium.git', 'Repository from which Debezium sources are cloned')
stringParam('DBZ_GIT_BRANCH', 'main', 'A branch/tag of Debezium sources')