ikedam commented on Bug JENKINS-17702

Could not reproduce. I tested with Jenkins 1.480.3 + Copyartifact 1.26:

  1. Create a free style project "ProjectX"
    • Create a file "artifact.txt" with its content "without_parameter"
    • Archive artifact.txt
  2. Run ProjectX
  3. Update ProjectX
    • Add a choice parameter "MY_X_PARAM" with values only "test".
    • Change the content of artifact.txt to "parameter=${MY_X_PARAM}"
  4. Run ProjectX (with MY_X_PARAM=test)
  5. Create a free style project "ProjectY"
    • Add "Copy artifact from another project"
      • Project name: "ProjectX"
      • Which build: Latest successful build
      • Parameter filters: MY_X_PARAM=test
    • Output the contents of artifact.txt
  6. Run ProjectY

Result:

  • The build of ProjectY succeeded.
  • The output was: parameter=test

Please report the detailed step to reproduce.
I'll close this issue in a month.

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/d/optout.

Reply via email to