We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72e90f commit 5191572Copy full SHA for 5191572
Jenkinsfile
@@ -65,7 +65,7 @@ pipeline {
65
post {
66
67
failure {
68
- mail to: '[email protected]',
+ mail to: '[email protected] [email protected]',
69
subject: 'Failed PipelineUtils Job',
70
body: "Something is wrong with the Squonk CI/CD PIPELINES-UTILS build ${env.BUILD_URL}"
71
}
0 commit comments