ikedam resolved Bug JENKINS-17702 as Cannot Reproduce

Could not reproduce even with the new information. I tested with Jenkins 1.480.3 + Copyartifact 1.26 + Subversion 1.39 (bundled with Jenkins 1.480.3):

  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 List Subversion tags parameter:
    • Change the name of the artifact to "artifact2.txt" (both copyartifact and archive) and its content to "parameter=${MY_X_PARAM}"
  4. Run ProjectX with MY_X_PARAM=HUDSON-1467
  5. Create a free style project "ProjectY"
    • Add a string parameter "USE_X_PARAM"
    • Add a Build selector for Copy Artifact parameter "PROJECT_X_BUILD"
    • Add "Copy artifact from another project"
      • Project name: "ProjectX"
      • Which build: Specified by a build parameter
      • Parameter Name: PROJECT_X_BUILD
      • Artifacts to copy: artifact2.txt
      • Target directory: packages
      • Parameter filters: MY_X_PARAM=${USE_X_PARAM}
    • Output the contents of packages/artifact2.txt
  6. Run ProjectY with USE_X_PARAM=HUDSON-1467 and PROJECT_X_BUILD=Latest successful build

Result:

  • The build of ProjectY succeeded.
  • The output was: parameter=HUDSON-1467
Change By: ikedam (17/Aug/14 10:23 AM)
Status: Open Resolved
Resolution: Cannot Reproduce
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to