Hi,

On 3/11/15 11:19 AM, Alexander Kriegisch wrote:
Hi Karl Heinz.

I assume you are using a single local repository on your slave for all your 
jenkins jobs? If so change the job configuration to use a repository localy to 
the workspace of Jenkins...

As I am facing the very same problem, I would like to know how to configure 
that in the plugin. Sorry if this is OT, but I guess it makes sense to get the 
answer into the mailing list archive.

In Jenkins you can configure the job and there you find a section with the build step (Maven) ...drop down box for "Maven Version", "Root POM", "Goals and options",...and a button "ADVANCED" which you need to press and there you find a checkbox "Use private Maven repository" with Strategy "Local to Workspace" which you should use....

If you don't use this configuration all your jenkins jobs are not separated from each other....The drawback of this configuration is that the build job contains the whole local repository which is needed to build your build (hard disk space)...but it makes all your jobs independent from each other...


Kind regards
Karl Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to