Skip to content

Commit

Permalink
remove invalid mailing list
Browse files Browse the repository at this point in the history
  • Loading branch information
therter committed Oct 11, 2022
1 parent 547b809 commit 666598a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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>"""
}
}
}
}

0 comments on commit 666598a

Please sign in to comment.