From 271bb80a2f18fd5b7c1ad9f3913565fd9883e8cc Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 8 Aug 2024 14:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile-host'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-host b/Jenkinsfile-host index f1a38af..bd80b0b 100644 --- a/Jenkinsfile-host +++ b/Jenkinsfile-host @@ -104,7 +104,7 @@ pipeline { sh """ cd ruoyi-ui zip -r build.zip dist - curl -v -u $NEXUS_USERNAME:$NEXUS_PASSWORD --upload-file build.zip http://10.36.176.175:8081/repository/${params.NEXUS_DIST_URL}/build-${params.PROJECT_VERSION}.zip + curl -v -u $NEXUS_USERNAME:$NEXUS_PASSWORD --upload-file build.zip http://10.36.176.174:8081/repository/${params.NEXUS_DIST_URL}/build-${params.PROJECT_VERSION}.zip """ } }