enable tmpWs to prevent long path failures on Windows
diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..12681d8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild([tmpWs:true])