Update mail recipients

This commit is contained in:
Marcus Holl
2018-12-07 09:02:31 +01:00
parent 42875a3840
commit f82267a680
Vendored
+1 -1
View File
@@ -13,7 +13,7 @@ node {
} catch (Throwable err) {
echo "Error occured: ${err}"
currentBuild.result = 'FAILURE'
mail subject: '[Build failed] SAP/jenkins-library', body: 'Fix the build.', to: 'k.arnold@sap.com,marcus.holl@sap.com,oliver.nocon@sap.com'
mail subject: '[Build failed] SAP/jenkins-library', body: 'Fix the build.', to: 'marcus.holl@sap.com,oliver.nocon@sap.com'
throw err
}
}