From d6d54ad34469c7ab381482b09346207c40e6ff9e Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 9 Mar 2023 11:23:15 +0100 Subject: [PATCH] modified --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0170b76..03f54ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ cd .. pwd ls -la - cd shared_configuration/ + cd ./shared_configuration/ ls -la cd ../coco_terraform_config/ ls -la @@ -90,7 +90,7 @@ pwd python3 --version pip3 --version - pip3 install --user -r ../coco_apm_slo_yaml2tf/requirements.txt + pip3 install --user -r ./coco_apm_slo_yaml2tf/requirements.txt ''' } }