From 659e96bd389047c5c6450440b6544d25fa35e0b1 Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Mon, 9 Nov 2020 17:48:10 +0100 Subject: [PATCH] Keep local Maven Repo. Speeds builds up by minutes. --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b92563925..da06dfa77 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,6 @@ node { stage('Checkout') { checkout scm - cesBuildLib.Git.new(this).clean('') } stage('Build') {