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
aa9dae07d5
commit
9bdd3bfd02
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -58,9 +58,7 @@ pipeline {
|
|||
steps {
|
||||
// Use the new "jf build-scan" command
|
||||
// "Fail Build" is decided by your Xray policy if severity >= High
|
||||
sh """
|
||||
${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail false
|
||||
"""
|
||||
sh "${JF} build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} --fail=false"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue