jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 13:42:52 -07:00
parent 8d7e062a2f
commit 882babf87e

2
Jenkinsfile vendored
View file

@ -62,7 +62,7 @@ pipeline {
// Scan the build you just deployed using Xray // Scan the build you just deployed using Xray
// Fail the build if there's a severity of "High" or above // Fail the build if there's a severity of "High" or above
sh """ sh """
${JF} xr scan --build="${JFROG_CLI_BUILD_NAME}" ${JFROG_CLI_BUILD_NUMBER} \ ${JF} xr build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} \
--fail-on-severity=High --fail-on-severity=High
""" """
} }