-
Notifications
You must be signed in to change notification settings - Fork 25
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
Don't load in last jenkins server #12
Comments
@Asgoret if you install JDK 14 and follow the instructions for "Run with the --enable-future-java flag" per the instructions, Jenkins does run. It appears this plugin won't run otherwise. |
A quick and dirty solution is to downgrade dependencies.
Although it's worked for me, I didn't test it much, so use at your own peril. |
Im having the same issue, is there any way to redownload an old version of the plugin? |
Use unsupported javas via |
@marianobenes you can download previous versions from releases page. Alternatively, you can use latest version with my patch above. Compile it by yourself or download my precompiled .xpi
Very bad idea! |
Well... not my ;D |
Hey, don't blame me. That's literally the only way to get this plugin working on the latest code revision. In other words, don't run this in production. |
Not blaming anyone. Sorry if I offend you. As a workaround it's fine. |
Is Java 14 a hard dependency? Is the plugin really not compatible with 8+ or was it just compiled with Java 14 without backward compatibility enabled in the compiler? |
It looks like |
Here's the workaround. From a machine with jdk8 installed (check by running
|
This workaroun breaks jenkins casc installations when you specify jenkins plugins via plugins installer and added several manual steps. |
That very well may be, but the plugin as it is is broken for all Jenkins installations on a supported Java version. If the author would recompile this with a supported JDK compatibility and release a new version, it would work for everyone. |
the latest docker image |
I forked this repo since its on MIT LICENSE, available here: https://github.com/karololszacki/outbound-webhook-plugin I also compiled my changes with java8, I used steps by @vwbusguy and uploaded the hpi here: |
Can we get an official release of @karololszacki's fix please so that we can use this plugin with the docker version of jenkins again? |
@tylerlong any chance you could take a look? This plugin is not actively maintained (I'm guessing since it's more or less feature-complete) but it would be nice if this problem could be solved. |
Hi! After the last update module doesn't load in the last jenkins docker image based on Centos latest.
Java version:
Is there any way to fix it?
UPD#1: Jenkins doesn't support java 14.
Documentation: https://www.jenkins.io/doc/administration/requirements/java/
Error:
UPD#2: Plugin error:
cc @tylerlong @jamiewastin @jc21
The text was updated successfully, but these errors were encountered: