Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8ABF5200BF7 for ; Mon, 9 Jan 2017 23:44:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8966E160B3E; Mon, 9 Jan 2017 22:44:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D1DB3160B2F for ; Mon, 9 Jan 2017 23:44:25 +0100 (CET) Received: (qmail 62920 invoked by uid 500); 9 Jan 2017 22:44:24 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 62904 invoked by uid 99); 9 Jan 2017 22:44:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2017 22:44:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3D8E6C1730 for ; Mon, 9 Jan 2017 22:44:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.001 X-Spam-Level: X-Spam-Status: No, score=-3.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hkxv1pnDbD4e for ; Mon, 9 Jan 2017 22:44:22 +0000 (UTC) Received: from vps.schulte.it (vps.schulte.it [176.28.31.178]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id AA7395F47A for ; Mon, 9 Jan 2017 22:44:21 +0000 (UTC) Received: from t60.schulte.it (p5DE933C6.dip0.t-ipconnect.de [93.233.51.198]) (authenticated bits=0) by vps.schulte.it (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v09MiK8Z003638 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 9 Jan 2017 23:44:21 +0100 Subject: Re: Infra question: One commit -> multiple issues. To: Maven Developers List References: <0a79a0f8-63e1-5760-0770-f483384652d0@apache.org> <3102a418-2f01-c383-3214-3a797a500483@apache.org> <940aaaed-65d0-b9e9-be66-43949b81c440@schulte.it> From: Christian Schulte Message-ID: <93e1d803-4181-65f0-f830-66297b9d974a@schulte.it> Date: Mon, 9 Jan 2017 23:44:20 +0100 User-Agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.9 (vps.schulte.it [176.28.31.178]); Mon, 09 Jan 2017 23:44:21 +0100 (CET) archived-at: Mon, 09 Jan 2017 22:44:26 -0000 Am 01/09/17 um 23:36 schrieb Stephen Connolly: > Yes, every branch that has the Jenkinsfile will automatically get its own > branch job build within 15 minutes of being pushed. > > (It would be faster - i.e. 5s after the push - but until I don't want to > pester infra to upgrade Jenkins until I have got some stability in the > branch-api 2.0.x series) > > There is also ever cooler when I get > https://github.com/jenkinsci/workflow-multibranch-plugin/pull/46 merged and > released... > > The Jenkinsfile will then use *the matching integration test branch if it > exists* and fall back to master if missing... so you will be able to even > get the results of the new integration tests before merging... but that's a > few weeks away I suspect Very cool. So I can prepare a local branch per issue, push that, wait for Jenkins to build it and if everything went well, pick the commit into master and remove the branch afterwards? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org