From 8babf2b74c9564720f59d1964c752a3a2fc9a278 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 5 Jun 2023 12:18:19 +0200 Subject: [PATCH] sh double quotations fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 804897b..b26e2cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,8 +76,8 @@ pipeline { } sh""" pip3 install --user -r requirements.txt - wget ${link} - python3 unzip.py ${file} + wget $link + python3 unzip.py $file ls -la """ }