| I am running a Jenkins Pipeline, after some steps, In the same pipeline, I want to check the Status (Last Build status) of some other Standalone job. If the status is successful, then continue with the Pipeline, Otherwise Exit the pipeline. I want to do this in the Groovy Job DSL file and inside shell. |