Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E76DDD94 for ; Fri, 27 Jul 2012 10:03:53 +0000 (UTC) Received: (qmail 37505 invoked by uid 500); 27 Jul 2012 10:03:53 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 37305 invoked by uid 500); 27 Jul 2012 10:03:52 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 37284 invoked by uid 99); 27 Jul 2012 10:03:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 10:03:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.178 as permitted sender) Received: from [209.85.220.178] (HELO mail-vc0-f178.google.com) (209.85.220.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 10:03:46 +0000 Received: by vcbf13 with SMTP id f13so3090614vcb.23 for ; Fri, 27 Jul 2012 03:03:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mp/Agp6cWrJN5t9nISV6Bt2YCCBL8niC7unebxoPfeU=; b=TfiG7Y73iDUOLeYgIwTq9cjzKTpeI6JlwzhvT5laz9cMb2msAbps6a26oG/gVbLMHU qdf4pM+0Lc1l8ZawV+/FtwpzB3SECJC2sZpyW1rc7A2t+VFOdf3WRktN3SemSj2kKw25 CiUR7cXmfYO4knuJQ+ozuZ+l3NFUYaSrS1lbIfukOdklL1V/syW8Tt6FmjrGAFKrAnSb upEJVnDw0mV5kPElpj6nWcR5S8ez47R0qIfQztcsPzdsRb17y33CxDrbPXp+ap5evvWf TWc+qSoOD38g3rUXUYAdqCnRGfOcb81f79QbGkGHi0rv0ZLGyIly+9siFfJROYQNL7tn onWg== MIME-Version: 1.0 Received: by 10.52.23.14 with SMTP id i14mr1650504vdf.47.1343383002261; Fri, 27 Jul 2012 02:56:42 -0700 (PDT) Received: by 10.58.33.200 with HTTP; Fri, 27 Jul 2012 02:56:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Jul 2012 10:56:42 +0100 Message-ID: Subject: Re: JIRA plugin in hudson for commons-collections From: sebb To: builds@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 27 July 2012 10:35, Thomas Neidhart wrote: > Hi, > > I recently worked a lot on commons-collections, and the jira plugin of > hudson is very annoying and confusing. > The build may fail for any reason (not necessarily related to a code > checkin) but the plugin will add comments to all issues that are listed in > the commits since the last build. > > Would it be possible to disable this plugin as it causes more problems than > it solves? +1 Or is it possible for the plugin to be optional, with a default of not active, so projects could elect to use it? > Thanks, > > Thomas