-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Package Jenkinsfile Runner CLI as a fat JAR #171
Comments
#171 - Package Jenkinsfile Runner as a single JAR file with bundled dependencies + Include SSHD Module to the bundle to fix warning by the Git Server Plugin (Pipeline: Global CPS Library Dependency)
FAT JAR was released in https://github.com/jenkinsci/jenkinsfile-runner/releases/tag/1.0-beta-10 , thanks to @jainsahab! There are minor issue there which needs a Jenkins core fix: #193 , but it works well overall. @jozef-slezak it would be great if you could try it out: https://repo.jenkins-ci.org/releases/io/jenkins/jenkinsfile-runner/jenkinsfile-runner/1.0-beta-10/jenkinsfile-runner-1.0-beta-10.jar for the CLI. It still needs plugins to be supplied externally tho, we need to add a plugin bundling logic later |
https://github.com/jenkinsci/plugin-installation-manager-tool for tool installation BTW |
It would be great to package Jenkinsfile Runner as a fat JAR in addition to the ZIP file. It would simplify using it on other platforms.
See #170 for the context
The text was updated successfully, but these errors were encountered: