Hi,

my jenkins master (LTS) has many slaves. Just added a new slave, which has 
a svn commandline client version 1.7 installed ... Because we run shell 
scripts which invoke that commandline client we run into problems: Jenkins 
is configured to use a "Subversion Workspace Version" 1.6, so the checkout 
format is 1.6, but the svn commandline client will not work with a 1.6 
directory, it requires an upgrade to a 1.7 structure. ( I could do this 
with svn upgrade, but then the next time jenkins stopped working with that 
checkout)

So basically i would need a way to tell jenkins which svn workspace layout 
to use per slave. But it seems like the subversion client is not a normal 
"Tool", because there is no way to specify any settings in the node config 
: Node/configure/Tool Locations .

So is there any other way to specify a svn workspace layout per slave-node?

regards Rainer


Reply via email to