Skip to content

Commit

Permalink
Add slack notification when acceptance tests finish
Browse files Browse the repository at this point in the history
  • Loading branch information
willaerk committed Apr 19, 2024
1 parent b11aeaa commit 638076e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ pipeline {
}
}
}
post {
always {
sendBuildNotification to: '#upw-ops', message: "Pipeline <${env.RUN_DISPLAY_URL}|${env.JOB_NAME} [${currentBuild.displayName}]>: automated acceptance tests finished"
}
}
}
}
post {
Expand Down

0 comments on commit 638076e

Please sign in to comment.