From 7d40e7f7ef6e418702e0d32a3a7dcb7fab50a4a5 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 30 Sep 2019 14:30:14 -0500 Subject: [PATCH] DATAJDBC-403 - Create CI job. --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa218aa4..a65de677 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/master", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/2.2.x", threshold: hudson.model.Result.SUCCESS) } options { @@ -15,7 +15,7 @@ pipeline { stage("Test") { when { anyOf { - branch 'master' + branch '1.1.x' not { triggeredBy 'UpstreamCause' } } } @@ -41,7 +41,7 @@ pipeline { stage('Release to artifactory') { when { anyOf { - branch 'master' + branch '1.1.x' not { triggeredBy 'UpstreamCause' } } } @@ -72,7 +72,7 @@ pipeline { } stage('Publish documentation') { when { - branch 'master' + branch '1.1.x' } agent { docker {