jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 16:12:33 -07:00
parent aa9dae07d5
commit 9bdd3bfd02

4
Jenkinsfile vendored
View file

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