mirror of https://github.com/apache/maven.git
fix path
This commit is contained in:
parent
280b8d3ec5
commit
3d9e39c724
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue