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

tibordigana pushed a commit to branch windows
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/windows by this push:
     new e23eb19  ${env.WORKSPACE}
e23eb19 is described below

commit e23eb19c82c58f02f36ec8b5d4d6c6266a27c17b
Author: Tibor17 <tibordig...@apache.org>
AuthorDate: Mon May 7 10:52:07 2018 +0200

    ${env.WORKSPACE}
---
 Jenkinsfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e8e2179..6c56548 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux', 'windows']
+final def oses = ['windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.2.x', '3.3.x', '3.5.x'] : 
['3.5.x']
 final def jdks = env.BRANCH_NAME == 'master' ? [7, 8, 9, 10] : [7, 10]
 
@@ -64,11 +64,15 @@ oses.eachWithIndex { os, indexOfOs ->
             stages[stageKey] = {
                 node(label) {
                     timestamps {
+                        println "TIBOR WORKSPACE: ${env.WORKSPACE}"
+                        println "TIBOR WORKSPACE: ${WORKSPACE}"
+                        /*
                         //https://github.com/jacoco/jacoco/issues/629
                         def boolean makeReports = os == 'linux' && 
indexOfMaven == mavens.size() - 1 && jdk == 9
                         def failsafeItPort = 8000 + 100 * indexOfMaven + 10 * 
indexOfJdk
                         def allOptions = options + 
["-Dfailsafe-integration-test-port=${failsafeItPort}", 
"-Dfailsafe-integration-test-stop-port=${1 + failsafeItPort}"]
                         buildProcess(stageKey, jdkName, jdkTestName, mvnName, 
goals, allOptions, mavenOpts, makeReports)
+                        */
                     }
                 }
             }

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

Reply via email to