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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new 723d2e1  Jenkinsfile: use Xvfb
723d2e1 is described below

commit 723d2e1df9a14a9e0dbaeaffa22533c6d96c0017
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Apr 12 17:53:29 2018 +0300

    Jenkinsfile: use Xvfb
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 16fb523..2b6a7ed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,9 @@ pipeline {
 
         stage ('Build Eclipse plug-ins') {
             steps {
-                sh 'mvn -f eclipse clean verify'
+                wrap([$class: 'Xvfb') {
+                    sh 'mvn -f eclipse clean verify'
+                }
                 junit 'eclipse/**/surefire-reports/*.xml'
                 archiveArtifacts artifacts: 'eclipse/**/logs/*.log'
             }

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

Reply via email to