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

Fix --no-fail-fast option #663

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

basil
Copy link
Member

@basil basil commented May 23, 2024

While trying to use --no-fail-fast, I discovered it didn't actually work. Reading the documentation, it says:

Negatable options that are true by default

When a negatable option is true by default, give it both a defaultValue and a fallbackValue of "true".

Doing as the documentation suggested fixed the bug.

Testing done

Interactively tested with both --fail-fast (fails fast), --no-fail-fast (now does not fail fast, which is the bug fix), and no option (maintains the existing behavior of failing fast).

@basil basil added the bug label May 23, 2024
@basil basil requested a review from a team as a code owner May 23, 2024 23:40
@imonteroperez imonteroperez merged commit fa085a2 into jenkinsci:master May 24, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants