pyjip
pyjip copied to clipboard
Create a post-validate hook to be able to check the result state of a job manually
There should be a post-validate
hook that can be expressed as a block and that can raise an exception or exit with 1 in order to fail a job even if the command run successfully.
Another idea was to let the post-validate automatically ensure that all required outputs exist on disc.