diff --git a/Jenkinsfile b/Jenkinsfile index 5c73407be..95eec1605 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { // 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 + ${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail=false """ } }