added shared_configuration repository

monthly
SLW\ARNAUA 2023-04-26 14:50:51 +02:00
parent 1570efe571
commit a2656fcc43
1 changed files with 9 additions and 4 deletions

13
Jenkinsfile vendored
View File

@ -70,10 +70,15 @@ def reportRetryCount = 0
} }
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"
}
} }
} }
} }
@ -146,7 +151,7 @@ def reportRetryCount = 0
} }
} }
stage('Send report') { stage('Send Report') {
steps { steps {
script { script {
try { try {