This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push: new a42baeb [INFRA-17514] Fix file separator + add other locations for workspaces a42baeb is described below commit a42baebee7772d2e5f5c8bc518cc6672c58a5694 Author: rfscholte <rfscho...@apache.org> AuthorDate: Sat Dec 29 00:12:44 2018 +0100 [INFRA-17514] Fix file separator + add other locations for workspaces --- vars/asfMavenTlpPlgnBuild.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy index 3852988..8c30013 100644 --- a/vars/asfMavenTlpPlgnBuild.groovy +++ b/vars/asfMavenTlpPlgnBuild.groovy @@ -149,7 +149,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext ) node(jenkinsEnv.nodeSelection(label)) { def wsDir = pwd() if (os == 'windows' && taskContext.tmpWs) { - wsDir = "$TEMP/$BUILD_TAG" + wsDir = "$TEMP\\$BUILD_TAG" // or use F:\jenkins\jenkins-slave\workspace or F:\short } ws( dir : "$wsDir" ) {