I have a waterfall model of jobs sequence in Jenkins.
Is there a way to link the build numbers and status of the child job to the main job to get overall status.
eg:
- Project 1 was executed with Build Number 100 and passed
- Project 2 was executed with Build Number 200 from Project 1 and Passed.
- Project 3 was executed with Build Number 300 from Project 2 and Failed.
so the overall status for Project 1 with Build # 100 is failed.