-
Notifications
You must be signed in to change notification settings - Fork 414
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
Slack plugin 2.0 breaks Jenkins 1.647 #196
Comments
@samrocketman Thanks! BTW, how soon is the 2.0.1 going to be released to Jenkins plugin updates? |
It is already in the update centre for me. |
Yes it is! (after click Thanks, @shaneargo ! |
@cooniur generally, any release to Jenkins Artifactory takes roughly 8 hours to appear in the update center. A good rule of thumb is to look at when it was released and just add 8 hrs to it. One could always download it directly from artifactory by searching |
Jenkins Version: 1.647
Slack plugin version: 2.0
Overview
After installing/upgrading to Slack plugin 2.0, it prevents Jenkins server from starting up with a NullPointerException.
I suspect that it could be a backward-compatibility issue with Slack plugin 2.0 as I would assume the Slack plugin 2.0 release would be for Jenkins 2.0 version. So I suppose the same issue would happen to all 1.xxx versions.
How to reproduce?
Login into Jenkins server
Stop Jenkins server:
service jenkins stop
Remove plugin folder:
cd /var/lib/jenkins && mv plugins plugins.origin
Start Jenkins server:
service jenkins start
Install Slack Plugin 2.0
Jenkins starts but loads a failure page with the following error message:
The text was updated successfully, but these errors were encountered: