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' )