You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/10/08 19:15:58 UTC

[kafka] 20/31: ST-3461: Trigger down stream builds after publishing artifacts (#386)

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch Merge_AK_to_CCS_10_08_2020
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 5cf5c25e77f80ae7042ebbf1fbb38f00deb3a2eb
Author: elismaga <el...@confluent.io>
AuthorDate: Mon Aug 10 17:47:18 2020 -0700

    ST-3461: Trigger down stream builds after publishing artifacts (#386)
---
 Jenkinsfile | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6da6ba7..9c032c5 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -80,6 +80,17 @@ def job = {
       }
     }
 
+    if (config.publish && config.isDevJob && !config.isReleaseJob && !config.isPrJob) {
+        stage("Start Downstream Builds") {
+            config.downStreamRepos.each { repo ->
+                build(job: "confluentinc/${repo}/${env.BRANCH_NAME}",
+                    wait: false,
+                    propagate: false
+                )
+            }
+        }
+    }
+
     def runTestsStepName = "Step run-tests"
     def downstreamBuildsStepName = "Step cp-downstream-builds"
     def testTargets = [