Skip to content

Commit

Permalink
Add logic to send tier3 nightly notification to slack on failure
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 6, 2024
1 parent 39ea041 commit cf17f46
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 cf17f46

Please sign in to comment.