#190 - Polishing.

This commit is contained in:
Greg Turnquist
2019-05-30 10:02:27 -05:00
parent d21e80fdc9
commit c0961347a4

4
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-jpa/master", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-jpa/1.11.x", threshold: hudson.model.Result.SUCCESS)
}
options {
@@ -47,7 +47,7 @@ pipeline {
}
stage('Release to artifactory with docs') {
when {
branch 'master'
branch '1.1.x'
}
agent {
docker {