DATACMNS-1536 - Polishing.

This commit is contained in:
Greg Turnquist
2019-05-21 14:01:41 -05:00
parent 310a26f171
commit 134fb5757f

2
Jenkinsfile vendored
View File

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