Skip to content

Commit

Permalink
Tweak upstream project CI build triggers after branch renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Mar 23, 2022
1 parent 685a6b5 commit e656c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -9,7 +9,7 @@ pipeline {

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

options {
Expand Down

0 comments on commit e656c89

Please sign in to comment.