modified
parent
0d9831d922
commit
e5ad24c365
|
|
@ -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
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue