Polishing.

This commit is contained in:
Greg L. Turnquist
2021-04-20 15:51:28 -05:00
parent 882f675c16
commit ed91131ea0

6
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
stage("Test") {
when {
anyOf {
branch '2.2.x'
branch '2.2.x-pivotal-gemfire-9.9.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -42,7 +42,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
branch '2.2.x'
branch '2.2.x-pivotal-gemfire-9.9.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -73,7 +73,7 @@ pipeline {
}
stage('Publish documentation') {
when {
branch '2.2.x'
branch '2.2.x-pivotal-gemfire-9.9.x'
}
agent {
docker {