daily
SLW\ARNAUA 2023-04-27 08:07:17 +02:00
parent e5ad24c365
commit ac1e0c2eb8
1 changed files with 11 additions and 5 deletions

16
Jenkinsfile vendored
View File

@ -80,11 +80,6 @@ pipeline {
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"
} }
} }
// move slo configuration file
sh'''
mv /opt/workspace/shared_configuration/slo_parameter.yaml /opt/workspace/qm_report/slo_parameter.yaml
'''
} }
} }
@ -104,6 +99,17 @@ pipeline {
} }
} }
stage('Move SLO Configuration File') {
steps {
dir("/opt/workspace/") {
// move slo configuration file
sh'''
mv /opt/workspace/shared_configuration/slo_parameter.yaml /opt/workspace/qm_report/
'''
}
}
}
stage('Execute Reporting Script') { stage('Execute Reporting Script') {
steps { steps {
dir("/opt/workspace/qm_report/") { dir("/opt/workspace/qm_report/") {