try to fix DA checkout
This commit is contained in:
parent
1170109b54
commit
5cad96bb5b
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -40,10 +40,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
cleanWs()
|
||||
sh '''
|
||||
login_url_sub="https://"${params.USERNAME}":"${params.PASSWORD}"@"${params.REPOSITORY}
|
||||
git clone --recurse-submodules --remote-submodules ${login_url_sub} .
|
||||
'''
|
||||
sh "git clone --recurse-submodules --remote-submodules https://${params.USERNAME}:${params.PASSWORD}@${params.REPOSITORY} ."
|
||||
}
|
||||
}
|
||||
stage('Build DA') {
|
||||
|
Loading…
Reference in New Issue
Block a user