This commit is contained in:
Olivier Lamy 2022-12-16 09:21:51 +10:00 committed by GitHub
parent 280b8d3ec5
commit 3d9e39c724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -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",