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: ConfigFiles 3.0 appears to be mangling config.xml

2018-09-04 Thread Benjamin Brummer
I also had to reconfigure one jenkins job, after this update. Configuration was gone almost completely. All provided maven settings.xml files where gone and but i could set them up again with identical id's. Am Montag, 3. September 2018 20:14:28 UTC+2 schrieb Michael Weigle: > > Upgraded from

New Node Setup - Trigger Job afterwards

2018-08-24 Thread Benjamin Brummer
Hi, is there a way to trigger a job after a new node was setup. We have a job who writes agent secrets to a nfs share. When the new node boots up it will get its secret from this share and connects to the master. Currently we trigger this job manually, but i would like to get this done