From 1a90ecc5819ee3e146ba0769e6488579d865de16 Mon Sep 17 00:00:00 2001 From: rfscholte Date: Sat, 26 Sep 2020 11:40:54 +0200 Subject: [PATCH] enable tmpWs to prevent long path failures on Windows --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09ac70f12..12681d805 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild() +asfMavenTlpStdBuild([tmpWs:true])