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