From c62696eded8d7227da863deecc28e813449c47fc Mon Sep 17 00:00:00 2001 From: newrain001 Date: Wed, 20 Dec 2023 20:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fdd0aa5..39e38e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { environment { DOCKER_REPOSITORY_CREDENTIAL_ID = "ea3d4aae-783b-460f-9cd0-931c53c021db" - HARBOR_HOST = "http://192.168.75.149:30002" + HARBOR_HOST = "192.168.75.149:30002" NAMESPACE_NAME = "library" REPOSITORY_NAME = "my-web-app" TAG = "v1.0"