Skip to content

Commit fbb364e

Browse files
committed
DATACMNS-1536 - Fix issue branch building.
1 parent 23ca15e commit fbb364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline {
4141
}
4242

4343
steps {
44-
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"
44+
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B"
4545
}
4646
}
4747
stage('Release to artifactory with docs') {

0 commit comments

Comments
 (0)