|
||||||||
|
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.

I believe use case is similar:
I have code that needs to be compiled on different machines. Compile time delta is more than 10min. I have solved the issue of making sure the different compile jobs get the same src version. But I have not found an automatic way of knowing what artifacts are built from the same src version. If I was able to configure a job to get artifacts from the same jobs that got the git hash to use I would have a consistent set of artifacts.
If this is done by downstream job pushing artifacts or upstream job pulling downstream job artifacts is no important to my use case.