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

Code changed in jenkins
User: Sivonen Kari Matti Juhani
Path:
src/main/java/hudson/plugins/copyartifact/TriggeredBuildSelector.java
http://jenkins-ci.org/commit/copyartifact-plugin/724b5ab74ef9f5d56713d99e2bcd0a4d6e69d118
Log:
JENKINS-11655: If many builds trigger same downstream job, wrong artifacts are copied, first job triggered, not last / newest like would be assumed. In this commit it is fixed.
Because this is a big changes it may be reasonable to have some global configuration checkbox if used newestbuild instead of first build when artifacts are copied. I tried to do it also, but my competence was not enough. Those tries are in comment in this commit.