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" }