Browse Source

DATACMNS-1536 - Fix issue branch building.

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

2
Jenkinsfile vendored

@ -41,7 +41,7 @@ pipeline { @@ -41,7 +41,7 @@ pipeline {
}
steps {
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} DOC_USERNAME=${DOC_USR} DOC_PASSWORD=${DOC_PSW} ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B"
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B"
}
}
stage('Release to artifactory with docs') {

Loading…
Cancel
Save