jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 16:01:49 -07:00
parent eae237d45c
commit aa9dae07d5

2
Jenkinsfile vendored
View file

@ -59,7 +59,7 @@ pipeline {
// Use the new "jf build-scan" command // Use the new "jf build-scan" command
// "Fail Build" is decided by your Xray policy if severity >= High // "Fail Build" is decided by your Xray policy if severity >= High
sh """ sh """
${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail=false ${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail false
""" """
} }
} }