From a270a256fe64cf142199651d357843177fbddfd0 Mon Sep 17 00:00:00 2001 From: liangjiajie <466087152@qq.com> Date: Fri, 24 May 2024 16:49:25 +0800 Subject: [PATCH] Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1ff13cf..f425daa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { environment { harborUser = "admin" harborPassword = "Harbor12345" - harborHost = "host.docker.internal" + harborHost = "host.docker.internal:8077" harborRepo = "spring" }