master
SLW\ARNAUA 2023-03-09 10:21:08 +01:00
parent 3ec5af23ee
commit eb4488f7d9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -56,7 +56,7 @@
stages {
stage('Checkout Repositories'){
parallel 'Checkout Repositories' {
parallel 'Checkout Repositories': {
dir("/opt/workspace/") {
git branch: "${params.ABRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git"
}