try to fix da chekcout

This commit is contained in:
Clemens Lauermann 2020-04-16 20:32:06 +02:00
parent 42f9d803b0
commit 83160cc0e2

1
Jenkinsfile vendored
View File

@ -46,7 +46,6 @@ pipeline {
expression { '.git' != params.REPOSITORY } expression { '.git' != params.REPOSITORY }
} }
steps { steps {
cleanWs()
sh ''' sh '''
login_url_sub="https://"$(params.USERNAME)":"$(params.PASSWORD)"@" login_url_sub="https://"$(params.USERNAME)":"$(params.PASSWORD)"@"
sub='https;//' sub='https;//'