- Make sure that a single instance of UserIDCause and RebuildCause are added to the build causes
- Fix CauseAction issues. See #56
- Updated required Jenkins Core to 1.642.3
- Additional Null-checks
- Fix root-url
- Handle NodeParameters correctly
-
Display more informative error messages
-
Ensure inherited parameters are added to rebuilds
- Add option to disable the rebuild plugin on the project level
-
Fixed JENKINS-15882.
-
Fixed JENKINS-14828.
-
Blocked rebuilding matrix configuration alone.
-
Rebuild option for parameter less build.
- Fix JENKINS-16874 - java.lang.NullPointerException: Current Project is null
-
"Rebuild Last" feature allows to rebuild last build implemented.
-
JENKINS-14905 fixed.
- Rebuild support for non parametrized build
implemented.
-
Rebuild support for non parametrized build
implemented. -
Required Jenkins Core Version is 1.481.
-
Rebuild support for jobs having subversion/text parameter
implemented. -
Required Jenkins Core Version is 1.481.
- fix JENKINS-11770 add support for NodeLabel parameter plugin
-
Enabled rebuild plugin support for parametrized triggered plugin with basic type of parameters like String-parameter,Boolean-parameter,
File-parameter,Text-parameter and Password-parameter. Currently there is no support for Run-parameter for Parametrized triggered plugin. -
Disabled the rebuild option for sub jobs of matrix build.
- Fix reponed JENKINS-13647
- Fix NullPointerException for JENKINS-13647
- Enhanced the rebuild plug-in so that the editing option of build parameters before rebuild is introduced. [Doesnt have backward compatibility. An exception at startup. Seems minor and e are working on fix however doesnt affect functionality]
- Disabling the rebuild option while selecting Run and File parameters is implemented