From cc5217b4becdda9da171abf446edb242381b24d0 Mon Sep 17 00:00:00 2001 From: Sudhir Verma Date: Mon, 25 Apr 2022 17:29:51 +0530 Subject: [PATCH] Added missing quote (#250) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8da253f0..06e0ba54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ node('rhel8'){ stage "Promote the build to stable" sh "sftp -C ${UPLOAD_LOCATION}/stable/vscode-knative/ <<< \$'put -p *.vsix*'" - archive includes:"**.vsix* + archive includes:"**.vsix*" } } }