jenmkinsfile

This commit is contained in:
Jesse Houldsworth 2025-03-27 13:30:27 -07:00
parent a920cc6c83
commit 8d7e062a2f

2
Jenkinsfile vendored
View file

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