From commits-return-227-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Thu Jan 31 10:26:52 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 A422B1807B2 for ; Thu, 31 Jan 2019 11:26:50 +0100 (CET) Received: (qmail 15915 invoked by uid 500); 31 Jan 2019 10:26:41 -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 15735 invoked by uid 99); 31 Jan 2019 10:26:41 -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 10:26:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8E6D885797; Thu, 31 Jan 2019 10:26:40 +0000 (UTC) Date: Thu, 31 Jan 2019 10:27:21 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-brave-karaf] 42/43: [jenkins] Remove unneeded poll trigger MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: abesto@apache.org In-Reply-To: <154893039963.1974.10943537260093250828@gitbox.apache.org> References: <154893039963.1974.10943537260093250828@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-brave-karaf X-Git-Refname: refs/heads/jenkinsfile-tweaks X-Git-Reftype: branch X-Git-Rev: 48aa7320db012d138c420e1c31d24e808d55ed3c X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190131102640.8E6D885797@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch jenkinsfile-tweaks in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git commit 48aa7320db012d138c420e1c31d24e808d55ed3c Author: Zoltan Nagy AuthorDate: Thu Jan 31 07:59:18 2019 +0000 [jenkins] Remove unneeded poll trigger --- Jenkinsfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f521de9..90fa378 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { label 'ubuntu' } - + tools { jdk 'JDK 1.8 (latest)' } @@ -12,10 +12,6 @@ pipeline { timestamps() } - triggers { - pollSCM('H/15 * * * *') - } - stages { stage('SCM Checkout') { steps { @@ -23,7 +19,7 @@ pipeline { checkout scm } } - + stage('Check environment') { steps { sh 'env'