You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of build #437 which was from this commit f53e73e, Jenkins no longer shades the required libraries in, which results in plugin jars that cannot load.
Or to rephrase, optimizations in the project's structure has streamlined the final output of the jenkin jars and decreased their size by up to 95% which is a huge savings in storage and networking cost at the small expense of usability.
Replacing jenkins with Github actions as a download source isn't a good replacement as it requires users to be logged in to download artifacts which makes this impossible to automate without requiring server owners to setup a github account, or by having the plugin developer inject their own personal token with every jar.
Adding to that, non-automated downloads from github is not user friendly for identifying the right file to download, which is in a zip which can further confuse users.
As a download source, jenkins is still very much in demand.
The text was updated successfully, but these errors were encountered:
As of build #437 which was from this commit f53e73e, Jenkins no longer shades the required libraries in, which results in plugin jars that cannot load.
Or to rephrase, optimizations in the project's structure has streamlined the final output of the jenkin jars and decreased their size by up to 95% which is a huge savings in storage and networking cost at the small expense of usability.
Replacing jenkins with Github actions as a download source isn't a good replacement as it requires users to be logged in to download artifacts which makes this impossible to automate without requiring server owners to setup a github account, or by having the plugin developer inject their own personal token with every jar.
Github artifacts not downloadable anonymously issue here.
Adding to that, non-automated downloads from github is not user friendly for identifying the right file to download, which is in a zip which can further confuse users.
As a download source, jenkins is still very much in demand.
The text was updated successfully, but these errors were encountered: