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

wip #1561

Closed
wants to merge 1 commit into from
Closed

wip #1561

wants to merge 1 commit into from

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Nov 22, 2023

Related to the annoyingly frequent shouldShowWikiUrl null error

@halkeye
Copy link
Member

halkeye commented Nov 22, 2023

I don't think that'll do anything. What are you trying to fix?

@lemeurherve
Copy link
Member Author

lemeurherve commented Nov 22, 2023

@halkeye yeah my change isn't even functional, closing this PR.

I'm trying to get rid of this kind of error: jenkins-infra/helpdesk#3816 (comment)

This error is too frequent, I find the fetch step of the build to be quite flaky, that was a tentative at avoiding it.

@lemeurherve lemeurherve deleted the lemeurherve-patch-1 branch November 22, 2023 22:05
@@ -104,7 +104,7 @@ function PluginPageLayout({plugin, children}) {
<h5>Maintainers</h5>
<PluginDevelopers developers={plugin.developers} />
</div>
{shouldShowWikiUrl(plugin.wiki) &&
{shouldShowWikiUrl(plugin.wiki?) &&
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
{shouldShowWikiUrl(plugin.wiki?) &&
{shouldShowWikiUrl(plugin.wiki || {}) &&

or we fix it upstream in the source plugin

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

Successfully merging this pull request may close these issues.

2 participants