modified
parent
db461248d1
commit
0d9831d922
|
|
@ -70,10 +70,15 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Fetch Repository') {
|
stage('Fetch Repositories') {
|
||||||
steps {
|
steps {
|
||||||
dir("/opt/workspace/qm_report/") {
|
parallel 'Checkout Repositories': {
|
||||||
git branch: "main", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/qm_report.git"
|
dir("/opt/workspace/shared_configuration/") {
|
||||||
|
git branch: "master", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git"
|
||||||
|
}
|
||||||
|
dir("/opt/workspace/qm_report/") {
|
||||||
|
git branch: "main", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/qm_report.git"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue