daily
SLW\ARNAUA 2023-04-27 07:55:21 +02:00
parent 0d9831d922
commit e5ad24c365
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -80,6 +80,11 @@ 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
'''
} }
} }