Browse Source

Change branch for CI trigger.

pull/1209/head
Jens Schauder 4 years ago
parent
commit
0500442ac3
No known key found for this signature in database
GPG Key ID: 45CC872F17423DBF
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -9,7 +9,7 @@ pipeline { @@ -9,7 +9,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
}
options {

Loading…
Cancel
Save