From commits-return-14665-archive-asf-public=cust-asf.ponee.io@archiva.apache.org Tue Apr 17 19:12:48 2018 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 5CA1D180649 for ; Tue, 17 Apr 2018 19:12:48 +0200 (CEST) Received: (qmail 63385 invoked by uid 500); 17 Apr 2018 17:12:47 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 63376 invoked by uid 99); 17 Apr 2018 17:12:47 -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; Tue, 17 Apr 2018 17:12:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F141481BE6; Tue, 17 Apr 2018 17:12:46 +0000 (UTC) Date: Tue, 17 Apr 2018 17:12:46 +0000 To: "commits@archiva.apache.org" Subject: [archiva-redback-components-modello-plugins] branch master updated: Jenkinsfile modifications MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152398516695.15020.11168804000186483027@gitbox.apache.org> From: martin_s@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: archiva-redback-components-modello-plugins X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5d8fde962b364d0140fe67ae4e2885a7240a5d39 X-Git-Newrev: ed6fe570931f315080449ed93d2be3d366ffc7e1 X-Git-Rev: ed6fe570931f315080449ed93d2be3d366ffc7e1 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. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-modello-plugins.git The following commit(s) were added to refs/heads/master by this push: new ed6fe57 Jenkinsfile modifications ed6fe57 is described below commit ed6fe570931f315080449ed93d2be3d366ffc7e1 Author: Martin Stockhammer AuthorDate: Tue Apr 17 19:12:44 2018 +0200 Jenkinsfile modifications --- Jenkinsfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 625c5ea..0d3035f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ node(labels) { cleanWs() stage ('Clone Sources') { - git url: 'https://gitbox.apache.org/repos/asf/archiva-redback-components-modello-plugins.git' + checkout scm } stage ('Build') { @@ -42,9 +42,8 @@ node(labels) { jdk: buildJdk, mavenSettingsConfig: deploySettings ) { - // Run the maven build sh "mvn clean install -B -U -e -fae -Dmaven.compiler.fork=false" - } // withMaven will discover the generated Maven artifacts, JUnit Surefire & FailSafe & FindBugs reports... + } } stage ('Deploy') { @@ -53,8 +52,7 @@ node(labels) { jdk: buildJdk, mavenSettingsConfig: deploySettings ) { - // Run the maven build - sh "mvn clean deploy -Dmaven.test.skip=true -B -U -e -fae -Dmaven.compiler.fork=false" - } // withMaven will discover the generated Maven artifacts, JUnit Surefire & FailSafe & FindBugs reports... + sh "mvn deploy -Dmaven.test.skip=true -B -U -e -fae -Dmaven.compiler.fork=false" + } } } -- To stop receiving notification emails like this one, please contact martin_s@apache.org.