Commit e80a8d5f authored by daidekun's avatar daidekun

修改按钮

parent 62922360
......@@ -34,7 +34,7 @@ def call(body) {
sh "ansible-playbook /etc/ansible/nginx_remove.yml -e project_name=${projectName} -e room=${room} -e room_hosts=${hosts} -vv"
env.RELEASE_ACTION = input message: '请选择下一步部署动作', ok: 'Release!',
env.RELEASE_ACTION = input message: '请选择下一步部署动作', ok: '确认',
parameters: [choice(name: 'RELEASE_SCOPE', choices: 'Deploy\nRollback', description: '请谨慎选择你要进行的操作')]
if (env.RELEASE_ACTION == "Deploy") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment