|
||||||||
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 |
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... cjo9...@java.net (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... heinzeprel...@gmail.com (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... cjo9...@java.net (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... cjo9...@java.net (JIRA)
- [JIRA] (JENKINS-15886) parameterized builds... cjo9...@java.net (JIRA)
After seeing that you are using Windows to build I set up a windows Node and built my test project from there and see the same thing, and some other strange side effects when selecting different builds to copy from.
Windows only.
Selecting "Specific Build" fails
Same behaviour occurs when selecting the Perma link
Selecting "Status Build" this runs default target as first raised
As you can see the strange effects come from the quoting used to pass the variables to the command.
In this case I think that the Copy Artifact Plugin that provides this parameter should be changed so that it is not passed as a string Parameter value. It should really create its own ParameterValue type that does not contribute to the Environment so that these issues do not occur, as in 90% of the cases the parameter is only useful to the copy artifact build step.
(Can't think of others that use it, but I think there might be.)
Therefore setting this to the Copy Artifact Plugin
Will have a look at it when I have time, and to see if changes can be made.
Chris