Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: nodelabelparameter-plugin, rebuild-plugin
-
Labels:None
-
Environment:NodeLabelParameter 1.1.0
Rebuilder 1.9
Jenkins 1.438
-
Similar Issues:
Description
When clicking "Rebuild" on a build belonging to a job parameterized with the NodeLabelParameter plugin, it throws an exception:
org.apache.commons.jelly.JellyTagException: file:/Users/jtjerno/.jenkins/plugins/rebuild/WEB-INF/classes/com/sonyericsson/rebuild/RebuildAction/index.jelly:54:63: <st:include> No page found 'NodeParameterValue.jelly' for class com.sonyericsson.rebuild.RebuildAction
It'd be great if Rebuild supported NodeLabelParameter (or I guess it might be the other way around?).
I've attached the full stacktrace.
Attachments
Issue Links
- duplicates
-
JENKINS-14106 Rebuild is broken when coupled with Node Label plugin.
-
- Resolved
-
This is fully problem in the rebuild-plugin, there is nothing i can do in the nodelabelparameter-plugin to solve this issue.
The problem is caused by the fact that the rebuild-plugin uses it own jelly files to display the values/options of the build parameters and there is just no implementation for the NodeLabelParameter class.
In fact this is the case for every other plugin defining a new parameter type - which basically means this plugin is some how broken by design.