From 819cf64a8d5841e517cce2387bba68087d98211f Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 9 Mar 2023 10:45:58 +0100 Subject: [PATCH] modified --- Jenkinsfile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1ea822..cb86a20 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,19 +55,19 @@ } stages { - stage('Checkout Repositories'){ - steps { - parallel 'Checkout Repositories': { - dir("/opt/workspace/shared_configuration/") { - git branch: "${params.ABRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git" - } - dir("/opt/workspace/coco_terraform_config/") { - git branch: "${params.BBRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git" - } - } - } + // stage('Checkout Repositories'){ + // steps { + // parallel 'Checkout Repositories': { + // dir("/opt/workspace/shared_configuration/") { + // git branch: "${params.ABRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git" + // } + // dir("/opt/workspace/coco_terraform_config/") { + // git branch: "${params.BBRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git" + // } + // } + // } - } + // } stage('Install Required Python Packages') { steps {