Hmm... It actually appears twice:
...
...
[full path to the workspace]
...
[full path to the workspace]
I suppose I'll keep a symbolic link from the old location to the new one
until all the jobs have run at least once.
Thanks!
On Thu, Nov 8, 2012 at 4:03
Each build keeps the workspace location in build.xml.
I'm not sure if it's possible, but you could try to use a Groovy script
with the Groovy console to iterate over all builds of all job and try to
change this value with the new one.
I hope this tip can help you.
Michaël
2012/11/8 Xavier Nodet
Hello
I would like to change the location of the workspace for some of the agents
in our Jenkins 1.456 installation.
Here's what I tried:
- disconnect the node
- let /old/FS/location be the configured FS path for the node
- mv /old/FS/location/workspace /new/FS/location
- change the configuration