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 db6c695a7d05cb4452588fba13d0df42e716a0c5 Author: olivier lamy <[email protected]> AuthorDate: Mon Jun 1 13:15:34 2020 +1000 should be clean now Signed-off-by: olivier lamy <[email protected]> --- Jenkinsfile.its | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile.its b/Jenkinsfile.its index 4f853ec..d9f8db7 100644 --- a/Jenkinsfile.its +++ b/Jenkinsfile.its @@ -8,7 +8,6 @@ pipeline { stages { stage("Build Maven Core") { steps { - cleanWs() withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 3.6.3',publisherStrategy: 'EXPLICIT'){ sh "mvn -V clean install -P versionlessMavenDist" }
