Skip to content

Commit

Permalink
Add logic to send tier3 nightly notification to slack on failure (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: M Sajid Mansoori <mmansoor@redhat.com>
  • Loading branch information
msajidmansoori12 committed May 8, 2024
1 parent ea8c507 commit 709a6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TIER3_NIGHTLY.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ pipeline{
}
failure{
script{
tackle.writeBuildStatus(passed=false,pipeline="tier3-nightly")
tackle.writeBuildStatus(passed=false,pipeline="tier3-nightly")
tackle.sendTier3NightlyFailureNotification()
}
}
}
Expand Down

0 comments on commit 709a6b9

Please sign in to comment.