Change By: lode leroy (13/Feb/15 9:04 AM)
Description: I would like to know how to better to use the "matrix reloaded" feature in combination with the "copy artefacts".

I have a matrix build that has
 3  2  dimensions: component, platform

server, win      => OK , build=1
client, win,     => OK , build=1
client, mac      => OK , build=1

at the end, the artefacts are archived.

server, win      => OK , build=2
client, win      => FAIL
client, mac      => OK , build=2

when one of those 6 fails, I would like to be able to do a new build, to rebuild the failed component
client, win      => OK , build=3

now, I have another build that does a "copy artefacts" from this matrix build.

I would like a build selector to use the following builds:
server, win      => OK , build=2
client, win      => OK , build=3
client, mac      => OK , build=2

now, the failed build (2nd) does not copy the artifacts,
and the "last successful build" (3rd) only copies the archived 
artefacts from that build. so I end up with
server, win      => OK , build=1
client, win      => OK , build=3
client, mac      => OK , build=1
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