mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
jenmkinsfile
This commit is contained in:
parent
8d7e062a2f
commit
882babf87e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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} 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
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue