Hi, We have a Job configured in Jenkins which triggers another Project's build. The "Block until the triggered projects finish their builds" option is enabled and "Fail this build if the triggered build is worse or equal to" option is set with Value "UNSTABLE".
But now when we start the Main job it waits for the triggered job to complete but never comes out of waiting state. Meanwhile the triggered project is running successfully and gets completed but does not print the last statement "Finished : SUCCESS" which it used to print previously in case of success or failure.Not sure if this is causing the main job to go in infinite waiting state as it is never getting the Finished status from the triggered job. If anyone has faced the similar kind of problem please let me know how you have resolved it also any pointers/ help around this area would be useful as this is causing deployment failures. Thanks, Supriya