ikedam commented on Bug JENKINS-24626

You can use "Downstream build of" to pick a build in a same multijob.

  • Pass the build number of the multijob build to downstream builds.
    • Use as a parameter for "Downstream build of").
  • Fingerprint files with a same content in the parent multijob build and the child build to copy artifacts from.
    • Fingerprinting is required for "Downstream build of" to find downstream builds.
    • You need Fingerprint plugin to fingerprint in multijob.
    • ${BUILD_ID} of the parent multijob build is good for the content of the file.

I know this is just a workaround as it's not easy to use.
The best way is to introduce a new buld selector to multijob-plugin.

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