Hello,

I have a Jenkins jobs use for compilation. 
I have 2 axis : PLATFORM and MODE. PLATFORM can take x86 or crosscompile 
value. MODE can take debug or notdebug value.

I have "Delete workspace before build starts" option checked, and "Rerun 
build only for failed parts on the matrix" option of "Retry build after 
failure" plugin checked.
My problem is that if, for exemple, MODE debug on x86 PLATFORM failed, 
Jenkins rerun this part of matrix but delete all workspace at the begining 
of this new rerun. At the end, I have a workspace with only MODE debug on 
x86 PLATFORM that is compiled. Other part of matrix are not compile.


I can't "Delete workspace before build starts" in "Post Build Action" 
instead of "Delete workspace before build starts" because I need a compiled 
project to achieve some test, analysis later.
I would like to keep the principle of cleaning my workspace before build 
because, in my opinion, it permit to supress side effect of some old file 
or folder remaining of an old compilation or test.


Do you have, please, some ideas ?


Best Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b293ae53-78a1-4b0b-9d2f-0b9ef98ae4a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to