-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: copyartifact-plugin, promoted-builds-simple-plugin
-
Labels:None
-
Environment:Jenkins 1.611
copyartifact 1.35.1
promoted-builds-simple 1.9
-
Similar Issues:
Occurs when loading configuration page for any job that copies based on promotion.
Error page is appended to bottom of page.
Config page remains disabled and in unusable.
Workaround: edit config on disk and reload job.
javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.611.jar!/lib/form/dropdownDescriptorSelector.jelly:60:78: <st:include> No page found '/hudson/plugins/promoted_builds_simple/PromotedBuildSelector/config.jelly' for class hudson.plugins.copyartifact.SimpleBuildSelectorDescriptor
at org.kohsuke.stapler.jelly.JellyFacet$1.dispatch(JellyFacet.java:103)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
...
Caused by: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.611.jar!/lib/form/dropdownDescriptorSelector.jelly:60:78: <st:include> No page found '/hudson/plugins/promoted_builds_simple/PromotedBuildSelector/config.jelly' for class hudson.plugins.copyartifact.SimpleBuildSelectorDescriptor
at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124)
...
- depends on
-
JENKINS-29048 st:include for Descriptor should use not from="${d}" but class="${d.klazz}"
-
- Open
-
Steps to reproduce:
Cause
JENKINS-28094, https://github.com/jenkinsci/copyartifact-plugin/pull/63is replaced to https://github.com/jenkinsci/jenkins/blob/jenkins-1.617/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly#L60