modified
parent
a2656fcc43
commit
bc5e896cf4
|
|
@ -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/") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue