Skip to content

Commit

Permalink
Update CI trigger versions.
Browse files Browse the repository at this point in the history
See #1443
  • Loading branch information
mp911de committed Nov 17, 2023
1 parent 6b6e143 commit 71906af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {

triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-commons/3.2.x", threshold: hudson.model.Result.SUCCESS)
}

options {
Expand Down

0 comments on commit 71906af

Please sign in to comment.