File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pipeline {
42
42
}
43
43
44
44
steps {
45
- 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"
45
+ sh " USERNAME=${ ARTIFACTORY_USR} PASSWORD=${ ARTIFACTORY_PSW} ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B"
46
46
}
47
47
}
48
48
stage(' Release to artifactory with docs' ) {
@@ -61,7 +61,7 @@ pipeline {
61
61
}
62
62
63
63
steps {
64
- 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"
64
+ sh " USERNAME=${ ARTIFACTORY_USR} PASSWORD=${ ARTIFACTORY_PSW} ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B"
65
65
}
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments