Skip to content

Comments

INT-3401: Notify smoke test result#447

Open
tiny-ben-tran wants to merge 14 commits intomainfrom
feature/INT-3401
Open

INT-3401: Notify smoke test result#447
tiny-ben-tran wants to merge 14 commits intomainfrom
feature/INT-3401

Conversation

@tiny-ben-tran
Copy link
Contributor

Related ticket: INT-3401

Description of changes:

  • Updated Jenkinsfile_SmokeTest to notify of test failure to a slack channel

@tiny-ben-tran tiny-ben-tran requested review from a team, TheSpyder, jscasca, kimwoodfield and ltrouton and removed request for a team February 23, 2026 02:27
@tiny-ben-tran tiny-ben-tran requested a review from a team as a code owner February 23, 2026 02:27
@tiny-ben-tran tiny-ben-tran requested review from spocke and removed request for a team February 23, 2026 02:27
echo "Exception was caught: ${e}"
currentBuild.result = 'FAILURE'
} finally {
if (currentBuild.resultIsWorseOrEqualTo('UNSTABLE')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to handle a case where this condition isn't met?

Copy link
Contributor Author

@tiny-ben-tran tiny-ben-tran Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build only sends a notification when the test/build fails. Otherwise, just do nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants