For post-build actions, jenkins allows
Build other projects under the following conditions:
Trigger only if build succeeds
Trigger even if the build is unstable
Trigger even if the build fails
But I want to build the other project only if this project
fails. Is that possible?
Also, I would like to build once a month at a particular
place, until there is a failure, at which point I would like
to start building daily until there is a success, after which
I would like to go back to the monthly schedule.
Is there a way to do this?
Thanks.......John