-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,19 +50,5 @@ pipeline { | |
issueLabel: 'CI', | ||
issueTitle: '$JOB_NAME $BUILD_DISPLAY_NAME failed']) | ||
} | ||
failure { | ||
emailext attachLog: true, | ||
to: "[email protected]", | ||
subject: "CSIS DEV UI Integration Tests failed: ${currentBuild.fullDisplayName}", | ||
body: """<p>FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':</p> | ||
<p>Visit https://csis-dev.myclimateservice.eu/ and see attached error log for more details.</p>""" | ||
} | ||
unstable { | ||
emailext attachLog: true, | ||
to: "[email protected]", | ||
subject: "CSIS DEV became unstable: ${currentBuild.fullDisplayName}", | ||
body: """<p>UNSTABLE: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':</p> | ||
<p>Visit https://csis-dev.myclimateservice.eu/ and see attached error log for more details.</p>""" | ||
} | ||
} | ||
} | ||
} |