Are your Jenkins builds failing due to unavoidable reasons like unavailability of external databases, file systems etc? The only solution yo...
Are your Jenkins builds failing due to unavoidable reasons like unavailability of external databases, file systems etc? The only solution you might be having right now is to reschedule the build after fixing that external issue. In this post, I will be discussing on how you can automatically rerun a failed build.
When it is installed, there will be a new action named "Retry build after failure" added to the post-build action list in job configuration page (as shown).
There are 3 configuration settings (as numbered in above image). Let's discuss each in details below.
Setup
For this, we are going to use a plugin named Naginator, version 1.8 is available here for download. As the first step, please install this plugin into your Jenkins.When it is installed, there will be a new action named "Retry build after failure" added to the post-build action list in job configuration page (as shown).
Configuration
First create a new job. If you need to retry an existing job, please open the job configuration page. Then click on the "Add post-build action" button and select "Retry build after failure". This will add a new configuration section as shown in the below image.There are 3 configuration settings (as numbered in above image). Let's discuss each in details below.
COMMENTS