Authored by jimi

yoho-ops

... ... @@ -3,7 +3,7 @@ pipeline {
agent { label 'master' }
parameters {
choice(name:'clusterId',choices:'aws\nyoho-web-gray\nyoho-ops\nyoho-web\nyoho-media\nyoho-java\n', description: '集群的信息')
choice(name:'clusterId',choices:'yoho-ops\nyoho-web-gray\naws\nyoho-web\nyoho-media\nyoho-java\n', description: '集群的信息')
string(name:'projectName', defaultValue: 'qmc', description: 'GITLAB应用名称')
string(name:'projectGitGroup', defaultValue: 'test', description: 'GITLAB所在的组')
string(name:'deployName', defaultValue: 'yoho-ops-qmc', description: '应用名称')
... ...