From 567a767d88f40a1ebd9ce28092ef5c40ae218c4a Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 5 Jun 2023 12:00:37 +0200 Subject: [PATCH] string interpolation --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fcb2759..d4c529d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,8 +76,8 @@ pipeline { } sh''' pip3 install --user -r requirements.txt - wget ${provider} - python3 unzip.py ${link} + wget ${link} + python3 unzip.py ${file} ls -la ''' }