From 867b3800e52065e239ff90acc24c6292a1f3dc8a Mon Sep 17 00:00:00 2001 From: Clemens Lauermann Date: Thu, 16 Apr 2020 20:32:06 +0200 Subject: [PATCH] try to fix DA checkout --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8262408..a9a4458 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,6 @@ pipeline { expression { '.git' != params.REPOSITORY } } steps { - cleanWs() sh ''' login_url_sub="https://"$(params.USERNAME)":"$(params.PASSWORD)"@" sub='https;//'