[
https://issues.jenkins-ci.org/browse/JENKINS-13472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161807#comment-161807
]
Sylvain VeyriƩ edited comment on JENKINS-13472 at 5/23/12 9:06 AM:
-------------------------------------------------------------------
Exactly the same for us with Jenkins 1.459, using "Manual approval".
Workaround: promote using "Force promotion".
Going back to 2.4 solves the problem.
was (Author: turb):
Exactly the same for us with Jenkins 1.459, using "Manual approval".
Turnaround: promote using "Force promotion".
Going back to 2.4 solves the problem.
> java.lang.IllegalArgumentException: Can't parse <job-name>
> -----------------------------------------------------------
>
> Key: JENKINS-13472
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13472
> Project: Jenkins
> Issue Type: Bug
> Components: promoted-builds
> Affects Versions: current
> Environment: Jenkins 1.458
> Reporter: Brian Murrell
> Priority: Blocker
>
> Using version 2.5 of the Jenkins promoted builds plugin I get the following
> when I try to promote a build that has no previous promotions:
> {code}
> java.lang.IllegalArgumentException: Can't parse <job-name>
> at hudson.matrix.Combination.fromString(Combination.java:218)
> at hudson.matrix.MatrixProject.getItem(MatrixProject.java:568)
> at hudson.matrix.MatrixProject.getItem(MatrixProject.java:90)
> at jenkins.model.Jenkins.getItem(Jenkins.java:2158)
> at jenkins.model.Jenkins.getItem(Jenkins.java:2179)
> at
> hudson.plugins.promoted_builds.conditions.ManualCondition.doApprove(ManualCondition.java:148)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:616)
> at
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
> at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
> at
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
> at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
> at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:571)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:656)
> at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
> at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:571)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:656)
> at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
> at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:571)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:656)
> at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:384)
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:571)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:656)
> at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:384)
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:571)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:656)
> at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
> at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:571)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:656)
> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:485)
> at org.kohsuke.stapler.Stapler.service(Stapler.java:159)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
> at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
> at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
> at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
> at
> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
> at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
> at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
> at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
> at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
> at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
> at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
> at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
> at
> hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
> at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
> at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
> at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
> at
> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
> at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
> at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
> at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
> at
> winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:215)
> at winstone.RequestHandlerThread.run(RequestHandlerThread.java:138)
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:679)
> {code}
> I can however re-execute a promotion on a build that has been promoted before.
> I don't have any problem doing promotions of builds without previous
> promotions using version 2.4 of the plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira