-
New Feature
-
Resolution: Fixed
-
Minor
It would be helpful if the checkpoint number could be stored in an environment variable for use in Build and Post-Build commands.
My usecase is that I want to do a incremental build until the job is stable and then trigger a downstream job to do a clean build of the initial job. To do this, I need to know the checkpoint number.
I imagine, that it might be helpful for traceability to record this in my build somewhere as well (e.g. in the "About" info).
I have worked around this by parsing the log and creating a property file with this information, but it would be neater and more efficient if this were part of the integrity plugin.