fix nexus app deploy
This commit is contained in:
parent
f82f644368
commit
65f28439a8
|
|
@ -84,7 +84,7 @@ pipeline {
|
||||||
usernameVariable: 'NEXUS_USER',
|
usernameVariable: 'NEXUS_USER',
|
||||||
passwordVariable: 'NEXUS_PASSWORD')]) {
|
passwordVariable: 'NEXUS_PASSWORD')]) {
|
||||||
sh """
|
sh """
|
||||||
curl -v -u ${NEXUS_USER}:${NEXUS_PASSWORD} \
|
curl -f -v -u ${NEXUS_USER}:${NEXUS_PASSWORD} \
|
||||||
--upload-file launcher/target/${VERSION}.pfapp \
|
--upload-file launcher/target/${VERSION}.pfapp \
|
||||||
http://172.16.0.59:8081/repository/object-storage/apps/${VERSION}.pfapp
|
http://172.16.0.59:8081/repository/object-storage/apps/${VERSION}.pfapp
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue