From 6b5168e10227ea09e44ce8523d62b708c65102d8 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 30 Sep 2019 14:36:06 -0500 Subject: [PATCH] DATAMONGO-2334 - Create CI job. --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 005a15456..8a63db851 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 { @@ -68,7 +68,7 @@ pipeline { stage("test: baseline") { when { anyOf { - branch 'master' + branch '2.2.x' not { triggeredBy 'UpstreamCause' } } } @@ -94,7 +94,7 @@ pipeline { stage("Test other configurations") { when { anyOf { - branch 'master' + branch '2.2.x' not { triggeredBy 'UpstreamCause' } } } @@ -143,7 +143,7 @@ pipeline { stage('Release to artifactory') { when { anyOf { - branch 'master' + branch '2.2.x' not { triggeredBy 'UpstreamCause' } } } @@ -175,7 +175,7 @@ pipeline { stage('Publish documentation') { when { - branch 'master' + branch '2.2.x' } agent { docker {