DATACMNS-1536 - Only watch branch 1.13.x.

This commit is contained in:
Greg Turnquist
2019-05-21 14:41:51 -05:00
parent bdbe0d3f54
commit 87acd3856e

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 '1.13.x'
}
agent {
docker {