You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/05/07 11:13:34 UTC

[maven-surefire] branch windows updated: customWorkspace

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 26c1e1b  customWorkspace
26c1e1b is described below

commit 26c1e1bb7a70986c87cede1c11d516bdd7c25559
Author: Tibor17 <ti...@apache.org>
AuthorDate: Mon May 7 13:13:18 2018 +0200

    customWorkspace
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6c56548..8b79b3c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,8 +64,10 @@ oses.eachWithIndex { os, indexOfOs ->
             stages[stageKey] = {
                 node(label) {
                     timestamps {
+                        customWorkspace "${JENKINS_HOME}/workspace/${URLDecoder.decode(JOB_NAME)}/${BUILD_NUMBER}"
                         println "TIBOR WORKSPACE: ${env.WORKSPACE}"
                         println "TIBOR WORKSPACE: ${WORKSPACE}"
+                        println "TIBOR pwd: ${pwd()}"
                         /*
                         //https://github.com/jacoco/jacoco/issues/629
                         def boolean makeReports = os == 'linux' && indexOfMaven == mavens.size() - 1 && jdk == 9

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