From 55ed3cd821b0ce3e7f65ad40ee504aff5cd19cb2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 12 Nov 2021 14:59:13 +0100 Subject: [PATCH] Update build trigger to use branch build. See #2079 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a3409b01d..478cc25ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/main", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-hateoas/1.4.x,spring-data-commons/2.6.x", threshold: hudson.model.Result.SUCCESS) } options {