diff --git a/Jenkinsfile b/Jenkinsfile index 4a938c7ab..a21565a35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,9 +58,7 @@ pipeline { steps { // Use the new "jf build-scan" command // "Fail Build" is decided by your Xray policy if severity >= High - sh """ - ${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail false - """ + sh "${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail=false" } }