From 6a70bfcd92cbb565ce1b1267a95ce18aa9bf41fb Mon Sep 17 00:00:00 2001 From: oasis Date: Thu, 29 Jan 2026 06:17:06 +0000 Subject: [PATCH] =?UTF-8?q?perf:=E4=BF=AE=E6=94=B9docker=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= 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 8d20acb..297fc92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -72,7 +72,7 @@ spec: ) ]) { sh """ - docker login -u "\$HARBOR_USERNAME" -p "\$HARBOR_PASSWORD" https://harbor.ingress.lab.gitfitlive.com + echo "\$HARBOR_PASSWORD" | docker login -u "\$HARBOR_USERNAME" https://harbor.ingress.lab.gitfitlive.com --password-stdin """ }