Browse Source

DATACMNS-1536 - Polishing.

pull/332/head
Greg Turnquist 7 years ago
parent
commit
134fb5757f
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save