From issues-return-5477-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Fri Jul 30 12:09:01 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 66933 invoked from network); 30 Jul 2010 12:09:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 12:09:01 -0000 Received: (qmail 53054 invoked by uid 500); 30 Jul 2010 12:09:01 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 53001 invoked by uid 500); 30 Jul 2010 12:08:59 -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 52980 invoked by uid 99); 30 Jul 2010 12:08:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 12:08:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Fri, 30 Jul 2010 12:08:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A18AF15F0161 for ; Fri, 30 Jul 2010 07:08:32 -0500 (CDT) Date: Fri, 30 Jul 2010 07:08:32 -0500 (CDT) From: "Nicolas Garin (JIRA)" To: issues@continuum.apache.org Message-ID: <23460349.25155.1280491712659.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Created: (CONTINUUM-2548) SCM changes per build definition MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 SCM changes per build definition -------------------------------- Key: CONTINUUM-2548 URL: http://jira.codehaus.org/browse/CONTINUUM-2548 Project: Continuum Issue Type: Improvement Components: SCM Affects Versions: 1.3.6 Reporter: Nicolas Garin Hi All, Today, when a project gets two (or more) build definition like theses: 1/ Default build - scheduler HOURLY_SCHEDULE - no fresh build - set as default 2/ Site and/or Q/A build - scheduler NIGHTLY_SCHEDULE - no fresh build > the first build def. is run every hour if a scm change is found since its last build (last hour) > the second build def. is run every night if a scm change is found since its last build (last night) During day, scm changes appears normally in every hour build results: for each build, we can see respective scm changes. Problems appear at night: All scm changes appearing previously on hourly builds have moved to the nightly build result; no more scm change appear on build results of the day before. A workaround is to flag "build fresh" to "true" for the nightly build def. Thus, no scm change will be detected. But, as "build fresh" implies "always build", a nightly build is run even without scm change. Could it be possible to have scm changes per build definition or is there another workaround ? Regards, Nicolas -- 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