monthly
SLW\ARNAUA 2023-04-27 11:52:46 +02:00
parent a2656fcc43
commit bc5e896cf4
1 changed files with 11 additions and 0 deletions

11
Jenkinsfile vendored
View File

@ -99,6 +99,17 @@ def reportRetryCount = 0
}
}
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') {
steps {
dir("/opt/workspace/qm_report/") {