mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-11 20:41:12 +00:00
jenmkinsfile
This commit is contained in:
parent
a920cc6c83
commit
8d7e062a2f
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} 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
|
||||
"""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue