Re: pipeline - Avoiding repeating work if nodes execute on same build executor?

2016-07-20 Thread Martin d'Anjou
You could also try the external workspace manager plugin (alpha has been released): https://jenkins.io/blog/2016/06/30/ewm-alpha-version/ Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

pipeline - Avoiding repeating work if nodes execute on same build executor?

2016-07-05 Thread Jonathan Hodgson
Hi, My project workflow is 1) Checkout revision from repository 2) Apply patch 3) Build various versions (debug/release, 32/64 bit etc). Now right now I only have one executor, so the various builds will have to happen sequentially, but I would prefer to write the script such that if I add