ikedam commented on Bug JENKINS-17680

There seems a little complex problem:

  • project names in Copy Artifact < 1.26 accept axis parameters and build parameters by splitting with a slash.
  • project names in Copy Artifact >= 1.26 accept only axis parameters, no longer build parameters.
    • This is the same bahavior to Jenkins core.

So readResolve() cannot simply split a old project name into a project name and parameters. It must consider whether values after a slash are axis parameters or build parameters.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to