Skip to content

Commit

Permalink
Testing email sending
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jul 24, 2023
1 parent 8973d82 commit dc5bc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tvb_build/Jenkinsfile-Mac
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ pipeline {
}
}
post {
changed {
always {
mail to: '[email protected]',
subject: "Jenkins Pipeline ${currentBuild.fullDisplayName} changed status",
subject: "Jenkins Pipeline has ${currentBuild.fullDisplayName} status",
body: """
Result: ${currentBuild.result}
Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'
Expand Down

0 comments on commit dc5bc02

Please sign in to comment.