Skip to content

Commit

Permalink
docs(jenkins): Improve the ORT_FAILURE_STATUS_CODE documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jan 27, 2024
1 parent e9f36c4 commit f228d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ final DOCKER_BUILD_ARGS = '--build-arg http_proxy=$http_proxy --build-arg https_
// Disable the entry point to work around https://issues.jenkins-ci.org/browse/JENKINS-51307.
final DOCKER_RUN_ARGS = '-e http_proxy -e https_proxy --entrypoint=""'

// The status code ORT commands return for failures (like rule violations), not errors (like existing output files).
// The minimum status code ORT CLI commands return on exit for failures (like rule violations), not errors (like
// existing output files).
final ORT_FAILURE_STATUS_CODE = 2

@NonCPS
Expand Down

0 comments on commit f228d98

Please sign in to comment.