From ce96c2c69eb9b2c2ceda018dba331566ac0b645e Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 8 Aug 2024 14:18:30 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile-host b/Jenkinsfile-host index 77820d9..75f6c7f 100644 --- a/Jenkinsfile-host +++ b/Jenkinsfile-host @@ -3,11 +3,11 @@ pipeline { parameters { string(name: 'PROJECT_VERSION', defaultValue: '3.8.0', description: '构建版本') string(name: 'PROJECT_KEY', defaultValue: 'ruoyi', description: '项目唯一标识') - string(name: 'NEXUS_JAVA_URL', defaultValue: 'ruoyi', description: '后端制品仓库') - string(name: 'NEXUS_DIST_URL', defaultValue: 'ruoyi', description: '前端制品仓库') + string(name: 'NEXUS_JAVA_URL', defaultValue: 'ruoyi-maven', description: '后端制品仓库') + string(name: 'NEXUS_DIST_URL', defaultValue: 'ruoyi-dist', description: '前端制品仓库') string(name: 'DOCKER_JAVA_IMAGE_NAME', defaultValue: 'library/ruoyi-backend', description: 'Docker后端镜像名称') string(name: 'DOCKER_DIST_IMAGE_NAME', defaultValue: 'library/ruoyi-fronted', description: 'Docker前端镜像名称') - string(name: 'DOCKER_REGISTRY_URL', defaultValue: '10.36.176.175', description: 'Docker 镜像仓库地址') + string(name: 'DOCKER_REGISTRY_URL', defaultValue: '10.36.176.174', description: 'Docker 镜像仓库地址') } environment { NEXUS_CREDENTIALS_ID = 'jenkins_nexus'