daily
SLW\ARNAUA 2023-04-26 09:48:12 +02:00
parent ce92c2765d
commit 1c5c799fc2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -74,7 +74,7 @@ pipeline {
steps { steps {
parallel 'Checkout Repository': { parallel 'Checkout Repository': {
dir("/opt/workspace/qm_report/") { dir("/opt/workspace/qm_report/") {
git branch: "daily", 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"
} }
} }
} }