Using jenkins:latest, I’m getting errors similar to this installing almost every pipeline plugin:
```
Jan 11, 2019 3:35:53 PM hudson.model.UpdateCenter$DownloadJob run
SEVERE: Failed to install Pipeline: Declarative Agent API
java.io.IOException: Failed to dynamically deploy this plugin
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1893)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1651)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Failed to install pipeline-model-declarative-agent plugin
at hudson.PluginManager.dynamicLoad(PluginManager.java:874)
at hudson.PluginManager.dynamicLoad(PluginManager.java:813)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1889)
... 5 more
Caused by: java.io.IOException: Pipeline: Declarative Agent API v1.1.1 failed to load.
This image is deprecated. Please read https://jenkins.io/blog/2018/12/10/the-official-Docker-image/
Thanks
Oh, thanks @batmat
Hello , I am trying to download the latest Jenkins docker image but when I want to install the selected plugins all the plugins install fails . Any idea why?
What's the exact image and tags you're using?
Le ven. 31 mai 2019 Ã 04:11, bharathkumar33 notifications@github.com a
écrit :
Hello , I am trying to download the latest Jenkins docker image but when I
want to install the selected plugins all the plugins install fails . Any
idea why?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/jenkinsci/docker/issues/785?email_source=notifications&email_token=AABWU3NIQK44CPQBMKIED33PYCCM3A5CNFSM4GPO2KOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWUAAHQ#issuecomment-497549342,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABWU3PK4JIEB7BGFDALHGDPYCCM3ANCNFSM4GPO2KOA
.
you might want to create a new ticket
On Fri, May 31, 2019 at 4:11 AM bharathkumar33 notifications@github.com
wrote:
Hello , I am trying to download the latest Jenkins docker image but when I
want to install the selected plugins all the plugins install fails . Any
idea why?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jenkinsci/docker/issues/785?email_source=notifications&email_token=AAW4RIE5GYRYTAFMJJDINITPYCCNHA5CNFSM4GPO2KOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWUAAHQ#issuecomment-497549342,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAW4RIEZ4SIS73VEJ4WL7CDPYCCNHANCNFSM4GPO2KOA
.
Thanks for the help " jenkins/jenkins " works.
jenkins/jenkins fixed the issue
I just pulled the docker image from hub.docker.com and it fails installing any of the plugins. jenkins/jenkins fixed the issue for me, but might need change in documentation on docker hub as well.
This worked for me jenkins/jenkins
I also faced same issue with the image from docker hub.
jenkins/jenkins worked for me.
Hello , I am trying to download the latest Jenkins docker image but when I want to install the selected plugins all the plugins install fails . Any idea why?
Try jenkins/jenkins image .. not jenkins..
finally got the answer jenkins/jenkins is the right image
Most helpful comment
This image is deprecated. Please read https://jenkins.io/blog/2018/12/10/the-official-Docker-image/
Thanks