From 55d953f2d619269bccdac66c68cc5ee71c64ee6a Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 5 Jun 2023 11:44:57 +0200 Subject: [PATCH] string interpolation --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2397a45..43bd063 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,7 +74,8 @@ pipeline { script { installRetryCount = installRetryCount+1 } - sh''' "pip3 install --user -r requirements.txt" + sh''' + pip3 install --user -r requirements.txt wget "${provider}" python3 unzip.py "${link}" ls -la