mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +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
|
// 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} 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
|
--fail-on-severity=High
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue