NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1057 (closed task: wontfix)

Opened 2012-03-07T09:32:26-06:00

Last modified 2014-05-01T14:16:15-05:00

Enable multiple executors on Jenkins

Reported by: curtis Owned by: curtis
Priority: minor Milestone: imagej-2.0.0
Component: Server Admin Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1719

Description

Our Jenkins server is currently restricted to one build executor. The reason is that we ran into problems with multiple simultaneous Maven builds touching the shared local repository (~/.m2/repository) at the same time, and corrupting artifacts, causing builds to fail or hang.

The solution seems to be to use a separate local repository for each job; see the  this post on maven-users for relevant discussion.

Change History

comment:1 Changed 2013-03-21T11:27:38-05:00 by bdezonia

  • Blocking 1719 added

comment:2 Changed 2014-05-01T14:16:15-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to wontfix

Our Jenkins is still doing fine with a single build executor. If it becomes a real bottleneck we can fix the issue then.