From commits-return-376-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Thu Jan 31 11:42:51 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B7158180648 for ; Thu, 31 Jan 2019 12:42:50 +0100 (CET) Received: (qmail 65433 invoked by uid 500); 31 Jan 2019 11:42:49 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 65424 invoked by uid 99); 31 Jan 2019 11:42:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2019 11:42:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5276885744; Thu, 31 Jan 2019 11:42:49 +0000 (UTC) Date: Thu, 31 Jan 2019 11:42:49 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-brave-karaf] branch master updated: Don't deploy itests (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154893496909.18138.3385214875485087120@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-brave-karaf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c62d55bde91df1e763f8e29fb2ef64387e731df5 X-Git-Newrev: 6c5cf21f3fbf256ed14061757e5b1b8af011d6b1 X-Git-Rev: 6c5cf21f3fbf256ed14061757e5b1b8af011d6b1 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git The following commit(s) were added to refs/heads/master by this push: new 6c5cf21 Don't deploy itests (#18) 6c5cf21 is described below commit 6c5cf21f3fbf256ed14061757e5b1b8af011d6b1 Author: Adrian Cole AuthorDate: Thu Jan 31 12:42:45 2019 +0100 Don't deploy itests (#18) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 89fbca9..14391dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { branch 'master' } steps { - sh './mvnw clean deploy -Papache-release -Dgpg.skip=true' + sh './mvnw clean deploy -Papache-release -Dgpg.skip=true -pl -:brave-itests' } } }