cosmetics

This commit is contained in:
Dominik Chilla 2020-07-12 22:17:56 +02:00
parent 06cdf7e690
commit 75a2bfe4cf

5
Jenkinsfile vendored
View File

@ -18,10 +18,7 @@ pipeline {
// https://stackoverflow.com/questions/52093926/jenkins-pipeline-send-email-at-user-input // https://stackoverflow.com/questions/52093926/jenkins-pipeline-send-email-at-user-input
// https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#mail-mail // https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#mail-mail
// 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}
emailext emailext to: 'devel@zwackl.de', subject: "[${env.JOB_NAME}] is waiting for your decision", body: "KLICK HERE: ${env.BUILD_URL}/input/"
to: 'devel@zwackl.de',
subject: "[${env.JOB_NAME}] is waiting for your decision",
body: "${env.BUILD_URL}/input/"
userInput = input( userInput = input(
//id: 'approve_deploy_at_prod', //id: 'approve_deploy_at_prod',
message: "Do you want to deploy version ${PROD_TAG}@${env.deployment_name} in PROD?", message: "Do you want to deploy version ${PROD_TAG}@${env.deployment_name} in PROD?",