clene workspace before DA checkout
This commit is contained in:
parent
e0b68bc600
commit
478488bdca
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -38,6 +38,7 @@ pipeline {
|
||||
expression { '.git' != params.REPOSITORY }
|
||||
}
|
||||
steps {
|
||||
cleanWs()
|
||||
sh '''
|
||||
login_url_sub="https://"${params.USERNAME}":"${params.PASSWORD}"@"
|
||||
sub='https;//'
|
||||
|
Loading…
Reference in New Issue
Block a user