Authored by jimi.ji

Update Jenkinsfile

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