added shared_configuration repository
parent
1570efe571
commit
a2656fcc43
|
|
@ -70,13 +70,18 @@ def reportRetryCount = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Fetch Repository') {
|
stage('Fetch Repositories') {
|
||||||
steps {
|
steps {
|
||||||
|
parallel 'Checkout Repositories': {
|
||||||
|
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/") {
|
dir("/opt/workspace/qm_report/") {
|
||||||
git branch: "main", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/qm_report.git"
|
git branch: "main", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/qm_report.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Install Required Python Packages') {
|
stage('Install Required Python Packages') {
|
||||||
steps {
|
steps {
|
||||||
|
|
@ -146,7 +151,7 @@ def reportRetryCount = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Send report') {
|
stage('Send Report') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue