Creating Chained Builds in Jenkins - failed

Hello @mmumshad @Inderpreet I have complete the task (KodeKloud Engineer | Real Project Tasks on Real Systems) and the down stream job build successfully, even by the validation test by KKE. But it is marked as failed. I don’t see what I did wrong. I guessing is a validation error. Below are some screenshoot.

The question asked you to create an upstream build job nautilus-app-deployment and a downstream build job manage-services, which is dependant on the upstream job nautilus-app-deployment.

However, you took a pipeline approach and created a pipeline called master under nautilus-app-deployment and made manage-services depend on nautilus-app-deployment/master instead. This may have caused the validation to fail as manage-services is supposed to be downstream of nautilus-app-deployment and not nautilus-app-deployment/master.

Alright! Thanks for pointing that out. I’ll try again.