Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins passes extreme failure case incorrectly #104

Open
amstrnad opened this issue Mar 13, 2020 · 0 comments
Open

Jenkins passes extreme failure case incorrectly #104

amstrnad opened this issue Mar 13, 2020 · 0 comments
Assignees

Comments

@amstrnad
Copy link
Contributor

If the build-dirs target fails, but making kernels succeeds, Jenkins incorrectly passes the build.

build-dirs does not generate test results for Jenkins, so Jenkins only sees the successful kernel builds.

This is at least partially due to forcing the line in the Jenkinsfile that lets the build keep going even if an earlier set of tests fails.

catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE')
@amstrnad amstrnad self-assigned this Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant