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 af30a1a commit 040251aCopy full SHA for 040251a
Jenkinsfile
@@ -83,6 +83,11 @@ pipeline {
83
always {
84
junit 'tests/target/failsafe-reports/*.xml'
85
}
86
+ failure {
87
+ mail to: "${env.WIT_BUILD_NOTIFICATION_EMAIL_TO}", from: 'noreply@oracle.com',
88
+ subject: "WebLogic Image Tool: ${env.JOB_NAME} - Failed",
89
+ body: "Job Failed - \"${env.JOB_NAME}\" build: ${env.BUILD_NUMBER}\n\nView the log at:\n ${env.BUILD_URL}\n"
90
+ }
91
92
93
0 commit comments