From 83c638b422634da5cbe167e7a77714623993b301 Mon Sep 17 00:00:00 2001 From: Scott Fryer Date: Tue, 3 Oct 2023 11:37:45 +0100 Subject: [PATCH] jfcli --- linux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Jenkinsfile b/linux/Jenkinsfile index b70cd274b..dcda06de8 100644 --- a/linux/Jenkinsfile +++ b/linux/Jenkinsfile @@ -302,7 +302,7 @@ def uploadAlpineArtifacts(String buildArch) { env.TARGET = Target echo "TARGET = ${TARGET}" - def CheckExists = (jf 'rt s ${TARGET} --count') + def CheckExists = (jf 'rt s ${TARGET}' --count) // try{ // def result = sh(script: jf 'rt s ${TARGET} --count' )