Maven artifact paths were getting mangled when running with a Linux master and Windows slave.
This resulted in them being treated as all outside the workspace, which makes for inefficient archiving. Fixed by storing local absolute paths, and later doing a canonical path comparison to workspace (which should also prevent problems with e.g. Windows case mismatches).
Loading
Please register or sign in to comment