Skip to content

Commit

Permalink
Update build trigger.
Browse files Browse the repository at this point in the history
See #2582
  • Loading branch information
mp911de committed Mar 23, 2022
1 parent f5ee277 commit 83a1e74
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-build/3.0.x", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-build/main", threshold: hudson.model.Result.SUCCESS)
}

options {
Expand Down

0 comments on commit 83a1e74

Please sign in to comment.