Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

FAILED STAGE is not added correctly in email notification. #5

Closed
shailesh-vaidya opened this issue Jul 9, 2020 · 3 comments
Closed
Labels
bug Bug in script or CI workflow

Comments

@shailesh-vaidya
Copy link
Contributor

Observed that FAILED STAGE is not set correctly in email sent for failure notification. For Motr jobs failure in Build#414 , email notification shows FAILED STAGE as 'build Hare'
image

However from console logs build is failed in building S3server phase.

@shailesh-vaidya shailesh-vaidya added the bug Bug in script or CI workflow label Jul 9, 2020
@swatiseagate
Copy link
Contributor

The usage of parallel stage in http://eos-jenkins.colo.seagate.com/job/Release_Engineering/job/github-work/job/Motr this pipeline causing the error, due to wronlgy setting up of stage name. Added a try catch block in every parallel stage will help us catching stage name on error solves the issue and prints correct stage name in email notification. Test job is present at https://ssc-vm-0013.colo.seagate.com/job/Release_engineering/job/Swati/job/email-content/

@shailesh-vaidya
Copy link
Contributor Author

Created https://jts.seagate.com/browse/EOS-10554 for this.

@swatiseagate
Copy link
Contributor

Resolved https://jts.seagate.com/browse/EOS-10554. Changes are done in Motr jenkins job.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug in script or CI workflow
Projects
None yet
Development

No branches or pull requests

2 participants