Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start rebuild in Jenkins?

Tags:

jenkins

Is there a way in Jenkins to rebuild the old build jobs ? For instance I want to build job with the build number #712 but when I click the job link's I don't see any build option to restart the build.

like image 650
batabek Avatar asked Apr 22 '14 06:04

batabek


1 Answers

Jenkins provide a plugin called "Rebuild plugin" after installing this plugin user allows to rebuild a parametrized build without entering the parameters again.It will also allow the user to edit the parameters before rebuilding.

Is this what you are looking for?

like image 195
Geeky Ninja Avatar answered Sep 20 '22 18:09

Geeky Ninja