From 3d9e39c7242395a7444857deb97f2686459f5a91 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 16 Dec 2022 09:21:51 +1000 Subject: [PATCH] fix path --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00b7f48c37..f4c683335c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,9 @@ for (String os in runITsOses) { bat "if exist it-local-repo rmdir /s /q it-local-repo" bat "if exist apache-maven-dist.zip del /q apache-maven-dist.zip" } - unstash 'maven-dist' + dir('dists') { + unstash 'maven-dist' + } try { withEnv(["JAVA_HOME=${ tool "$jdkName" }", "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin",