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-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a90ecc  enable tmpWs to prevent long path failures on Windows
1a90ecc is described below

commit 1a90ecc5819ee3e146ba0769e6488579d865de16
Author: rfscholte <[email protected]>
AuthorDate: Sat Sep 26 11:40:54 2020 +0200

    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 09ac70f..12681d8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild([tmpWs:true])

Reply via email to