DATACMNS-1536 - Only watch branch 2.1.x

This commit is contained in:
Greg Turnquist
2019-05-21 14:41:13 -05:00
parent b47e693295
commit a8fb9c036a

2
Jenkinsfile vendored
View File

@@ -42,7 +42,7 @@ pipeline {
}
stage('Release to artifactory with docs') {
when {
anyOf { branch 'master' ; branch '2.1.x' ; branch '1.31.x' }
branch '2.1.x'
}
agent {
docker {