...
|
...
|
@@ -4,7 +4,7 @@ pipeline { |
|
|
|
|
|
parameters {
|
|
|
string(name:'callBack', defaultValue: 'noNeedCallBack', description: '回调服务地址')
|
|
|
choice(name:'clusterId',choices:'aws\nyoho-web-gray\nyoho-ops\nyoho-web\nyoho-media\n', description: '集群的信息')
|
|
|
choice(name:'clusterId',choices:'aws\nyoho-web-gray\nyoho-ops\nyoho-web\nyoho-media\nyoho-java\n', description: '集群的信息')
|
|
|
string(name:'projectName', defaultValue: 'yoho-api-doc', description: 'GITLAB应用名称')
|
|
|
string(name:'projectGitGroup', defaultValue: 'fe', description: 'GITLAB所在的组')
|
|
|
string(name:'deployName', defaultValue: 'yoho-api-doc', description: '应用名称')
|
...
|
...
|
|