DATACMNS-1536 - Only watch master branch.

This commit is contained in:
Greg Turnquist
2019-05-21 14:40:36 -05:00
parent 134fb5757f
commit 4d69c824c8

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 'master'
}
agent {
docker {