|
choice(name: 'ENV', choices: ['prod'], description: '部署环境')
|
|
choice(name: 'ENV', choices: ['prod'], description: '部署环境')
|
|
choice(name: 'SERVICE', choices: ['gateway', 'work', 'oa', 'authorization', 'admin', 'bi', 'crm', 'job', 'examine', 'hrm'], description: '选择要部署的微服务')
|
|
choice(name: 'SERVICE', choices: ['gateway', 'work', 'oa', 'authorization', 'admin', 'bi', 'crm', 'job', 'examine', 'hrm'], description: '选择要部署的微服务')
|