Also I am asking myself how I can minimize the be transferred data during the build.
One Idea I have is the following (example): I have 10 nodes which should be used to build and run tests and some other nodes to do something else. To minimize the number of files to be transferred I'd like to check out the sources only once.
If another build is started during the first is still running any of the remaining nodes is used for the next build.
How could I achieve that? Is this procedure useful?
For your second question, is that somehow what you have in mind:
https://github.com/batmat/jez-jobs/blob/47d63519b5232d6cd0c57e149b6cd57032c0d9a0/resources/naive-parallel.groovy#L7L11
Here I "prebuild" the sources, triggering also the download of the dependencies before stashing it to unstash them in parallel afterwards.
My 2 cents
--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0cbb89ee-8e95-47e7-8eac-58a424527b59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/48395472-6a7c-4fea-8860-8197e47643e9%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0b739be7-9b74-4382-8554-eb1cd0f8bbb2%40googlegroups.com.