You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2018/04/17 05:41:20 UTC

[archiva-redback-components-spring-registry] branch master updated: simplify Jenkinsfile

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 507e697  simplify Jenkinsfile
507e697 is described below

commit 507e69760d1a2af6edd599d758303d91476b992c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Apr 17 15:41:18 2018 +1000

    simplify Jenkinsfile
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3b25a21..9ec6982 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-spring-registry.git'
+        checkout scm
     }
 
     stage ('Build') {
@@ -54,7 +54,7 @@ node(labels) {
                 mavenSettingsConfig: deploySettings
         ) {
             // Run the maven build
-            sh "mvn clean deploy -Dmaven.test.skip=true -B -U -e -fae -Dmaven.compiler.fork=false"
+            sh "mvn 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...
     }
 }

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.