Browse Source

DATAJDBC-376 - Polishing.

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

2
Jenkinsfile vendored

@ -48,7 +48,7 @@ pipeline { @@ -48,7 +48,7 @@ pipeline {
}
stage('Release to artifactory with docs') {
when {
branch 'test'
branch 'master'
}
agent {
docker {

Loading…
Cancel
Save