From 3a3bce18e523da7cd1481fb23f16eaf9d08c6387 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 9 Dec 2019 11:29:32 +0100 Subject: [PATCH] DATACMNS-1562 - Use correct upstream trigger branch. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 635d5c229..4353b0113 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-build/2,2.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-build/2.2.x", threshold: hudson.model.Result.SUCCESS) } options {