Update Jenkins triggers after GA release.

See #2255
This commit is contained in:
Mark Paluch
2023-05-12 14:52:46 +02:00
committed by GitHub
parent 3b806ee081
commit 1c868c3915

2
Jenkinsfile vendored
View File

@@ -9,7 +9,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.1.x,spring-data-commons/3.1.x", threshold: hudson.model.Result.SUCCESS)
}
options {