-
Bug
-
Resolution: Fixed
-
Blocker
-
Jenkins 1.656.3, Linux Ubuntu 16.10.
It seems that buildgraph-view plugin can't be installed anymore.
How to reproduce:
> java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin buildgraph-view
buildgraph-view is neither a valid file, URL, nor a plugin artifact name in the update center", "buildgraph-view looks like a short plugin name. Did you mean ‘depgraph-view’?
- In the Jenkins "Plugin Manager" GUI, I can't find buildgraph-view plugin anymore
- I can't find buildgraph-view on https://updates.jenkins-ci.org/download/plugins/
- But it is still available at the mirror: http://mirrors.jenkins-ci.org/plugins/buildgraph-view/ (albeit not listed in the update-center.json at http://mirrors.jenkins-ci.org/updates/ - which I understand )
My workaround is to download the hpi from the mirror and install manually. But this broke my automated Jenkins + Plugins install with Ansible.
Is there a valid reason why it disappeared?