From b5b89ef4b4e82473e14be9229ea1957adf8e90e5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 17 Oct 2024 15:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4web=E7=AB=AF=E6=8C=81?= =?UTF-8?q?=E7=BB=AD=E9=9B=86=E6=88=90=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_jenkins b/web_jenkins index 3924336..a3905d7 100644 --- a/web_jenkins +++ b/web_jenkins @@ -1,7 +1,7 @@ pipeline { agent any parameters { - string(name: 'pid', defaultValue: '', description: '定制方案的Id'), + string(name: 'pid', defaultValue: '', description: '定制方案的Id') string(name: 'dist', defaultValue: '', description: '部署路径') } stages {