This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch it_runs in repository https://gitbox.apache.org/repos/asf/maven.git
commit fc3373db22a10d47f62c5bb72ead4c8527eac28c Author: olivier lamy <[email protected]> AuthorDate: Mon Jun 1 18:12:01 2020 +1000 debug directory content Signed-off-by: olivier lamy <[email protected]> --- Jenkinsfile.its | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.its b/Jenkinsfile.its index 4c85885..48dfdb2 100644 --- a/Jenkinsfile.its +++ b/Jenkinsfile.its @@ -22,7 +22,7 @@ pipeline { // unstash name: 'apache-maven-bin.zip' // unstash name: 'wrapperDistroDir' // unstash name: 'mavenWrapper' - sh "ls -lrt" + sh "ls -lrt ${env.WORKSPACE}/apache-maven/target/" withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) { sh "mvn clean -T2 install -V -B -Prun-its,embedded -Dmaven.test.failure.ignore=true -Dmaven.repo.local=${env.WORKSPACE}/repo -DmavenDistro=${env.WORKSPACE}/apache-maven/target/apache-maven-bin.zip -DwrapperDistroDir=${env.WORKSPACE}/apache-maven/target -DmavenWrapper=${env.WORKSPACE}/maven-wrapper/target/maven-wrapper.jar" }
