I'm currently trying to optimize my continuous integration process, running on Jenkins, by using Jenkins slaves.
It works very well, but there is one small problem that I can't solve.
On my master Jenkins node, I have only one workspace that is used by all my jobs.
That is good.
On my slave nodes, each job has its own workspace. That is a problem for me, because I have a lot of jobs, and I can't multiply workspaces on my slave nodes that are developers machine.
I search in the node configurations, in Jenkins config files, on the internet, but I found no solution.
Can anyone help me ?
Thank you,
Seb