I have a windows slave node with 2 executors. And job that is bound to
windows slave that allows to perform parallel builds. Jenkins automatically
installs maven configured in Global Tools configuration by unpacking tar.gz
archive.

The problem is that looks like every run re-fetches maven and tries to
overwrite existing one. This approach fails almost every time because maven
may be used at that time and Windows doesn't allow to overwrite running
executable.

Is there a way to install maven into WORKSPACE instead of shared location
or control where archive is unpacked, in this case we can use JOB_NAME and
EXECUTOR_NUMBER to scope tool

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANYoZJ%3De6q4e0CDdZjvOQ%3D-HyLwcRtPX%2B5e9RiHT4OjnMSgeVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to