Keep local Maven Repo.

Speeds builds up by minutes.
This commit is contained in:
Johannes Schnatterer 2020-11-09 17:48:10 +01:00
parent eca177c09f
commit 659e96bd38

1
Jenkinsfile vendored
View file

@ -27,7 +27,6 @@ node {
stage('Checkout') {
checkout scm
cesBuildLib.Git.new(this).clean('')
}
stage('Build') {