forked from Hg/htlle-da-vorlage
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 {
|
steps {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
sh '''
|
sh "git clone --recurse-submodules --remote-submodules https://${params.USERNAME}:${params.PASSWORD}@${params.REPOSITORY} ."
|
||||||
login_url_sub="https://"${params.USERNAME}":"${params.PASSWORD}"@"${params.REPOSITORY}
|
|
||||||
git clone --recurse-submodules --remote-submodules ${login_url_sub} .
|
|
||||||
'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build DA') {
|
stage('Build DA') {
|
||||||
|
Loading…
Reference in New Issue
Block a user