Update center is missing a plugin but it is listed in default.json

34 views
Skip to first unread message

Martin d'Anjou

unread,
Dec 11, 2014, 8:47:00 AM12/11/14
to jenkins...@googlegroups.com
I have an odd situation where I want to install the Summary Display Plugin, bit it is not listed as being available on the web page of the update center. However, I can see this plugin in the default.json file on the server! How do I debug and fix this? I rebooted the server on the weekend, it did not change anything.

A difference I noticed is that the latest default.json core 1.593 (curl -L http://updates.jenkins-ci.org/update-center.json >default.json) has fewer spaces in it than the one with the 1.565.3 core.

I use Jenkins LTS 1.565.3

Thanks,
Martin

Daniel Beck

unread,
Dec 11, 2014, 9:44:54 AM12/11/14
to jenkins...@googlegroups.com
Is it already installed, maybe failing to load during startup?
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CACZ2eqfkNtffS91oAKaPTwD98cJCKj8vwee62Lj1b_zM1uH0vA%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

bl0ck3r

unread,
Dec 11, 2014, 1:35:55 PM12/11/14
to jenkins...@googlegroups.com, m...@beckweb.net
Is there a logger that I can turn on which would give me more information on this problem? The log reveals nothing relevant.

Ralph Bolton

unread,
Jan 22, 2015, 5:46:13 AM1/22/15
to jenkins...@googlegroups.com, m...@beckweb.net
The download from update.jenkins-ci.org has some non-JSON in the first and last lines (why!?). Perhaps Jenkins is ignoring your new file because of this...? You can strip them out:

curl -L http://updates.jenkins-ci.org/update-center.json | sed '1d;$d' > default.json

(paraphrased from here: https://gist.github.com/jedi4ever/898114)
Reply all
Reply to author
Forward
0 new messages