From 65f28439a8a99a79b45f7ddf8513fb5fc21ba6d0 Mon Sep 17 00:00:00 2001 From: "kirill.labutin" Date: Fri, 14 Aug 2026 18:39:59 +0300 Subject: [PATCH] fix nexus app deploy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a92a329..ba2e197 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,7 +84,7 @@ pipeline { usernameVariable: 'NEXUS_USER', passwordVariable: 'NEXUS_PASSWORD')]) { sh """ - curl -v -u ${NEXUS_USER}:${NEXUS_PASSWORD} \ + curl -f -v -u ${NEXUS_USER}:${NEXUS_PASSWORD} \ --upload-file launcher/target/${VERSION}.pfapp \ http://172.16.0.59:8081/repository/object-storage/apps/${VERSION}.pfapp """