From f88708718afd05183fbc6e2301a312b592e75202 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Tue, 3 Oct 2017 10:34:12 +0200 Subject: [PATCH] DBZ-361 Postgres example image is supported for release --- jenkins-jobs/scripts/release-pipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-jobs/scripts/release-pipeline.groovy b/jenkins-jobs/scripts/release-pipeline.groovy index f61edff5a..282a99bcf 100644 --- a/jenkins-jobs/scripts/release-pipeline.groovy +++ b/jenkins-jobs/scripts/release-pipeline.groovy @@ -23,7 +23,7 @@ POSTGRES_DECODER_DIR = 'postgres-decoder' VERSION_TAG = "v$RELEASE_VERSION" CONNECTORS = ['mongodb','mysql','postgres'] -IMAGES = ['connect', 'connect-base', 'examples/mysql', 'examples/mysql-gtids', 'kafka', 'zookeeper'] +IMAGES = ['connect', 'connect-base', 'examples/mysql', 'examples/mysql-gtids', 'examples/postgres', 'kafka', 'zookeeper'] MAVEN_CENTRAL = 'https://repo1.maven.org/maven2' STAGING_REPO = 'https://oss.sonatype.org/content/repositories' STAGING_REPO_ID = null