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
Exclude jenkins.war and executable-war.jar from Jenkinsfile Runner bundles, use JARs instead (#346) @oleg-nenashev
Reduce Vanilla Docker image sizes by not bundling plugin HPI files (#349) @oleg-nenashev
Image optimization summary
👷 Changes for developers
Add experimental Plugin Packaging POM for building custom Jenkinsfile Runner distributions (#352) @oleg-nenashev
This Maven-only flow is an addition to the existing Custom WAR Packager flow. In addition to Docker images, it allows packaging Jenkinsfile Runner executable JARs. The packaging takes less time, and the dependency conflicts resolution is much better.