From issues-return-5363-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Wed May 05 01:10:41 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 88049 invoked from network); 5 May 2010 01:10:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 01:10:41 -0000 Received: (qmail 74212 invoked by uid 500); 5 May 2010 01:10:41 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 74169 invoked by uid 500); 5 May 2010 01:10:40 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 74161 invoked by uid 99); 5 May 2010 01:10:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 01:10:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 01:10:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 45BB714A8164 for ; Tue, 4 May 2010 20:10:13 -0500 (CDT) Date: Tue, 4 May 2010 20:10:12 -0500 (CDT) From: "Maria Catherine Tan (JIRA)" To: issues@continuum.apache.org Message-ID: <26352189.12685.1273021812811.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Created: (CONTINUUM-2517) Project should not be queued in the build agent while it is currently building there MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org Project should not be queued in the build agent while it is currently building there ------------------------------------------------------------------------------------ Key: CONTINUUM-2517 URL: http://jira.codehaus.org/browse/CONTINUUM-2517 Project: Continuum Issue Type: Bug Components: Distributed Builds Affects Versions: 1.3.6 Reporter: Maria Catherine Tan I have a project with 2 build definitions and both have the same build environment( with attached build agent A) 1. Build project with build definition A 2. Project will build in build agent A 3. while project is still building, build project again using build definition B Actual Result: Project will be queued/build in build agent A Expected Result: Project will not be queued/build in build agent A because it's still building there. If the build agent group only consist of one build agent, then the project will not build at all. If the build agent group contains many build agent, then the project will build on the other build agents in the group where it isn't currently building. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira