jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 15:54:47 -07:00
parent 0fd1f798da
commit eae237d45c

2
Jenkinsfile vendored
View file

@ -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
"""
}
}