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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f900001  Finished pipeline
f900001 is described below

commit f900001e7f4e07310c39e9ee13bea0aa56522858
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Apr 15 21:15:27 2018 +0200

    Finished pipeline
---
 Jenkinsfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 00a37a1..ed978ec 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,22 +18,19 @@
  */
 /**
  *
- *
  * Jenkins Pipeline configuration.
  *
  */
 node('ubuntu') {
     stage ('Build') {
 
-        label 'ubuntu'
-
         git url: 
'https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git'
 
         withMaven(
                 // Maven installation declared in the Jenkins "Global Tool 
Configuration"
                 maven: 'Maven 3.5.2', jdk: 'JDK 1.8 (latest)') {
             // Run the maven build
-            sh "mvn clean install -B -U -e -fae -Dmaven.compiler.fork=false 
-Pci-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...
     }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to