From 877f7d87b2be84b8a90cfe3600c616281de1f476 Mon Sep 17 00:00:00 2001 From: liangjiajie <466087152@qq.com> Date: Fri, 24 May 2024 16:42:34 +0800 Subject: [PATCH] Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d93c7ba..1ff13cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { agent any // 指定流水线运行的代理,any表示可以在任何可用的agent上运行 - enviroment { + environment { harborUser = "admin" harborPassword = "Harbor12345" harborHost = "host.docker.internal"