This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch feature/SLING-7597
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/feature/SLING-7597 by this
push:
new 990c211 SLING-7597 - Investigate setting up Windows testing
990c211 is described below
commit 990c211b33244b35b8824c62cbe8950830d728c7
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Feb 27 23:35:44 2019 +0100
SLING-7597 - Investigate setting up Windows testing
Actually run eclipse stage on Windows.
---
Jenkinsfile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8c9405b..f46d56a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,10 +38,8 @@ def generateStages(String os, def mvnVersion, def
javaVersion) {
}, "[$prefix] Build Eclipse plug-ins": {
withMaven(maven: mvnVersion, jdk: javaVersion, options:
[artifactsPublisher(disabled: true)]) {
timeout(20) {
- if ( isUnix() ) {
- wrap([$class: 'Xvfb']) {
- runCmd 'mvn -f eclipse clean verify'
- }
+ wrap([$class: 'Xvfb']) {
+ runCmd 'mvn -f eclipse clean verify'
}
// workaround for
https://issues.jenkins-ci.org/browse/JENKINS-55889
junit 'eclipse/**/surefire-reports/*.xml'