Plugin-releasenotes not rendering

56 views
Skip to first unread message

Björn Pedersen

unread,
Jul 28, 2025, 2:52:06 AMJul 28
to Jenkins Developers
Hi,

if you try to look up the release notes of a plugin on the releases page, then they are not rendered. 

In the js-console I get

`webpack-runtime-77f3…bf9413a6cafce1.js:1 Uncaught SyntaxError: Invalid or unexpected token`
`Error loading locale: Invalid locale code`

webpack-runtime.... starts with lots of nul bytes according to the dev tools, and shows as NET:


Best, Björn

Björn Pedersen

unread,
Jul 28, 2025, 2:56:34 AMJul 28
to Jenkins Developers
 https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components/ shows (failed)net::ERR_BLOCKED_BY_ORB




 

Best, Björn

Damien Duportal

unread,
Jul 28, 2025, 8:19:15 AMJul 28
to Jenkins Developers
That is unexpected. Do you have the same result with culr/wget ? And with a private browsing session?

Winter, Markus

unread,
Jul 28, 2025, 9:31:30 AMJul 28
to jenkin...@googlegroups.com
The plugin search is also not working on https://plugins.jenkins.io/, the same error is there in the browser console as well. Tried different browsers, cleared the cache, private window, no luck

From: jenkin...@googlegroups.com <jenkin...@googlegroups.com> on behalf of Damien Duportal <damien....@gmail.com>
Sent: Monday, July 28, 2025 2:19 PM
To: Jenkins Developers <jenkin...@googlegroups.com>
Subject: Re: Plugin-releasenotes not rendering
 
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/cd32ea8b-d573-405a-8f5a-1d0e537f17f3n%40googlegroups.com.

Björn Pedersen

unread,
Jul 29, 2025, 2:12:33 AMJul 29
to Jenkins Developers
damien....@gmail.com schrieb am Montag, 28. Juli 2025 um 14:19:15 UTC+2:
That is unexpected. Do you have the same result with culr/wget ? And with a private browsing session?


Yes, also on different machines.

Michael Kriese

unread,
Jul 29, 2025, 3:58:13 AMJul 29
to Jenkins Developers
Seeing this too. when using curl to fetch `https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components/` i get html code instead of a js file, that's why the browser is blocking it.


content type is `text/html; charset=utf-8` instead of `application/javascript; charset=utf-8`

Björn Pedersen

unread,
Jul 29, 2025, 5:41:11 AMJul 29
to Jenkins Developers
michael...@visualon.de schrieb am Dienstag, 29. Juli 2025 um 09:58:13 UTC+2:
Seeing this too. when using curl to fetch `https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components/` i get html code instead of a js file, that's why the browser is blocking it.


content type is `text/html; charset=utf-8` instead of `application/javascript; charset=utf-8`


Yes, I also see this. In the browser you get a html overview page with this URL. If I remove the  trailing `/`, then I get JS content.  
But the webpack issue seems unrelated (see also  https://github.com/jenkins-infra/plugin-site/issues/1986 )

Björn Pedersen

unread,
Jul 29, 2025, 5:43:12 AMJul 29
to Jenkins Developers
And if you check  https://www.jsdelivr.com/package/npm/@jenkinsci/jenkins-io-components, then the link should look even more different.

Björn Pedersen

unread,
Jul 29, 2025, 5:48:36 AMJul 29
to Jenkins Developers
Reply all
Reply to author
Forward
0 new messages