Change workspace path for Windows
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index e917f26..ed7af0b 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -149,7 +149,8 @@
     node(jenkinsEnv.nodeSelection(label)) {
       def wsDir = pwd()
 	  if (os == 'windows' && taskContext.tmpWs) {
-	    wsDir = "$TEMP\\$BUILD_TAG" // or use F:\jenkins\jenkins-slave\workspace or F:\short
+//	    wsDir = "$TEMP\\$BUILD_TAG" // or use F:\jenkins\jenkins-slave\workspace or F:\short
+	    wsDir = "F:\\short\\$BUILD_TAG"
 	  }
       ws( dir : "$wsDir" )
       {