diff --git a/Jenkinsfile b/Jenkinsfile index b1010b6..db94ade 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,6 +38,7 @@ pipeline { expression { '.git' != params.REPOSITORY } } steps { + cleanWs() sh ''' login_url_sub="https://"${params.USERNAME}":"${params.PASSWORD}"@" sub='https;//'