Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/rebuild-plugin
Jenkins rebuild plugin
https://github.com/jenkinsci/rebuild-plugin
Last synced: 17 days ago
JSON representation
Jenkins rebuild plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/rebuild-plugin
- Owner: jenkinsci
- License: mit
- Created: 2010-12-14T20:18:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T17:31:16.000Z (3 months ago)
- Last Synced: 2024-10-06T09:04:04.338Z (about 1 month ago)
- Language: Java
- Homepage: https://plugins.jenkins.io/rebuild/
- Size: 388 KB
- Stars: 46
- Watchers: 106
- Forks: 96
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Rebuild Plugin
This plug-in allows the user to *rebuild* a *parametrized build* without
entering the *parameters* again.It will also allow the user to edit the
parameters before rebuilding.# Usage
Once you installed this plug-in whenever you execute a parametrized
build you will get a rebuild button in the left pane of the run as shown
in the image. If you want to execute the build with same parameters,
rebuild plug-in will allow you to build it through rebuild button.If you
want to edit some of the existing parameters, the rebuild plug-in will
allow you to edit the existing parameters and build it.## How to rebuild
**Steps to rebuild**
- Select the run of the job which you want to rerun.
- There will be a ***Rebuild*** button as shown in the image given
below.- ![](docs/images/Rebuild_Button1.jpg)
- Click on the ***Rebuild*** button. A configuration page contains the
existing parameters will appear as shown in the below image.- ![](docs/images/Rebuild_Config1.jpg)
- If you want to edit some existing parameters(for ex: name and
choice) , you can edit it and Rebuild it by clicking the
***Rebuild*** button.# Changelog
- Changelog can be found [here](docs/CHANGELOG.md)