i haven't seen way capture abort on input option in pipeline
or post pipeline step send email. i'm assuming requires groovy.
i assume have jenkinsfile or pipeline script input step in it.
try { input message: "send deployment request?" } catch (err) { mail body: "not deployment request", to: "support@email.dot", from: "me@me.com", subject:"testando" }
Comments
Post a Comment