From 87a79dabac8a7e049b90b8acb7b22cd2b45a64c4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 29 Sep 2021 14:24:06 +0200 Subject: [PATCH] Refine CI triggers. See #2068 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5eb1e877d..97e84356e 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/2.0.x,spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS) } options {