-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins-1.610
Copyartifact 1.35
ca:selectorList, a jelly tag provided in copyartifact cause problems in Jenkins-1.610 (JENKINS-28011)
- Causes an error when saving a project with a Copyartifact buildstep.
- Causes an error when saving a project with a Copyartifact buildselector parameter.
- Causes an error when building a project with a Copyartifact buildselector parameter.
ca:selectorList can be replaced with dropdownDescriptorSelector and there's no reason to provide a own tag.
- is blocking
-
JENKINS-28011 Failed to instantiate class hudson.plugins.copyartifact.CopyArtifact when saving a job
-
- Closed
-
Code changed in jenkins
User: ikedam
Path:
src/test/java/hudson/plugins/copyartifact/BuildSelectorParameterTest.java
http://jenkins-ci.org/commit/copyartifact-plugin/11705eed9d2359e570a214b61288b0d65709b789
Log:
JENKINS-28094Added a test case to reproduceJENKINS-28094(fails with Jenkins-1.610).