Re: Update all plugins automatically

2018-10-19 Thread Baptiste Mathus
There is a message that makes it clear it was not supposed to be installed on non-evergreen instances, but for some reason, it's removed Filed https://issues.jenkins-ci.org/browse/JENKINS-54167 to fix it and make it clearer for users this plugin must not be installed by anyone manually. Le ven.

Re: Update all plugins automatically

2018-10-19 Thread R. Tyler Croy
(replies inline) On Thu, 18 Oct 2018, gotviser...@gmail.com wrote: > My Jenkins is not a docker setup. Can I still use this? I found a plugin > and installed it. But getting this error The Evergreen plugin is not useful when installed in a non-Jenkins Evergreen instance. That plugin only

Re: Update all plugins automatically

2018-10-18 Thread Benjamin Brummer
You could setup a job which runs periodically on jenkins master. Solution 1 ssh # prepare info file INFO_FILE=plugins.update.info # CleanUp rm -f * touch $INFO_FILE # get current version of cli JAR wget http://127.0.0.1:8080/jnlpJars/jenkins-cli.jar # update plugins java -jar jenkins-cli.jar

Re: Update all plugins automatically

2018-10-18 Thread gotviseryon
My Jenkins is not a docker setup. Can I still use this? I found a plugin and installed it. But getting this error HTTP ERROR 404 Problem accessing /evergreen/. Reason: Not Found On Thursday, October 18, 2018 at 10:16:48 AM UTC-4, slide wrote: > > Another option would be Jenkins

Re: Update all plugins automatically

2018-10-18 Thread gotviseryon
I can't believe how dumb I became!!! Thanks for the info :-) On Thursday, October 18, 2018 at 9:52:26 AM UTC-4, Simon Richter wrote: > > Hi, > > > We are using open source Jenkins and have a bunch of plugins installed. > > Is there a way to update all the plugins that are in the "Updates" >

Re: Update all plugins automatically

2018-10-18 Thread Slide
Another option would be Jenkins Evergreen [1]. It may meet your needs if you are looking for known working, updated plugins and Jenkins setups. 1 - https://jenkins.io/projects/evergreen/ On Thu, Oct 18, 2018 at 6:52 AM Simon Richter wrote: > Hi, > > > We are using open source Jenkins and have

Re: Update all plugins automatically

2018-10-18 Thread Simon Richter
Hi, > We are using open source Jenkins and have a bunch of plugins installed.  > Is there a way to update all the plugins that are in the "Updates" > section in the Plugin Manager? Yes, if you select the checkboxes, you can update multiple plugins at once. The "All" link at the bottom selects

Update all plugins automatically

2018-10-17 Thread gotviseryon
Hi, We are using open source Jenkins and have a bunch of plugins installed. Is there a way to update all the plugins that are in the "Updates" section in the Plugin Manager? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe