Skip to content

Commit

Permalink
Enable upstream build triggers.
Browse files Browse the repository at this point in the history
See #2669.
  • Loading branch information
mp911de committed Nov 18, 2022
1 parent 577c810 commit bd8e56f
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.0.x", threshold: hudson.model.Result.SUCCESS)
}

options {
Expand Down

0 comments on commit bd8e56f

Please sign in to comment.