mail to Take 2

This commit is contained in:
Dominik Chilla 2020-07-12 01:22:13 +02:00
parent 5c71443a52
commit 072d28c01f

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
// https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#mail-mail // https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#mail-mail
// Entweder: ${env.BUILD_URL} // Entweder: ${env.BUILD_URL}
// Oder: http://{{jenkins_uri}}/blue/organizations/jenkins/${env.JOB_NAME - ohne /Branch}/detail/${env.BRANCH_NAME}/${env.BUILD_ID}/pipeline/${env.BUILD_ID} // Oder: http://{{jenkins_uri}}/blue/organizations/jenkins/${env.JOB_NAME - ohne /Branch}/detail/${env.BRANCH_NAME}/${env.BUILD_ID}/pipeline/${env.BUILD_ID}
mail to: 'devel@zwackl.de' mail to: 'devel@zwackl.de', subject: "[${env.JOB_NAME}] is waiting for your decision", body: "${env.BUILD_URL}"
userInput = input( userInput = input(
id: 'approve_deploy_at_prod', id: 'approve_deploy_at_prod',
ok: 'Yepp, go on!', ok: 'Yepp, go on!',