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 {