| Will this be usable outside of pipelines, or is it out of scope? One of my projects is not using pipelines, but xml job configs. Basically, we've got a bunch of jobs with: <builders> <hudson.tasks.Shell> <command>/bin/sh /some/script.sh ...</command> </hudson.tasks.Shell> </builders> It would be nice to utilize an env var in that command to determine if the command is going to fail for the last time. |