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

NPE in AboutJenkins #523

Merged
merged 1 commit into from
Mar 18, 2024
Merged

NPE in AboutJenkins #523

merged 1 commit into from
Mar 18, 2024

Conversation

jglick
Copy link
Member

@jglick jglick commented Mar 14, 2024

Split from #522 (comment) due to prolonged discussion with @jtnord & @Dohbedoh.

@jglick jglick added the bug label Mar 14, 2024
@jglick jglick requested a review from a team as a code owner March 14, 2024 12:02
@@ -439,7 +439,7 @@ private String getInfo(ContentFilter filter) {
.append(" arg[")
.append(count++)
.append("]: `")
.append(Markdown.escapeBacktick(ContentFilter.filter(filter, arg)))
.append(Markdown.escapeBacktick(filter != null ? ContentFilter.filter(filter, arg) : arg))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previous discussion in #522 (comment)

@Dohbedoh Dohbedoh merged commit 579a3fa into jenkinsci:master Mar 18, 2024
16 checks passed
@jglick jglick deleted the AboutJenkins-NPE branch March 18, 2024 13:38
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.

3 participants