This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 4201fcab authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Correcting Email Address

parent be1625b7
1 merge request!55June Release
......@@ -56,7 +56,7 @@ pipeline {
}
void notifyByEmail(String reason) {
def mailRecipients = "michael.breu@arctis.at"
def mailRecipients = "michael.breu@uibk.ac.at"
emailext (
subject: reason + ": Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
body: '''${SCRIPT, template="groovy-html.template"}''',
......
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