I think you meant to link https://wiki.jenkins-ci.org/display/JENKINS/Maven+Deployment+Linker
The source is here: https://github.com/jenkinsci/maven-deployment-linker-plugin if you wanted to dive in and see if you can fix it. And the feature you are using was added by domi, in https://github.com/jenkinsci/maven-deployment-linker-plugin/pull/2 I've cc'ed him on the email to have his opinion, if any. -- Larry On Mon, Nov 11, 2013 at 1:13 PM, Hilikus <[email protected]> wrote: > Hello, > > I am using the pre-build step "get linked maven deployments" in my maven > build. The plugin works, it downloads the artifacts (around 130), however > the number of threads used by the jenkins master increases as a function of > the number of artifacts downloaded and then it never goes down. After i run > this job a couple of times, jobs hang at the end when doing the artifact > archiving (which i have disabled, but jenkins still queries , it seems, the > master to see if the artifact should be archived). > > Is this a plugin issue or a core issue? i am using jenkins 1.460 and Maven > Deployment > Linker<http://wiki.hudson-ci.org/display/HUDSON/Maven+Deployment+Linker>1.5.1 > > Is there a workaround available? > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
