fix nexus app deploy

This commit is contained in:
kirill.labutin 2026-08-14 18:39:59 +03:00
parent f82f644368
commit 65f28439a8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
""" """