Re: Any tips on how to test Jenkins/Plugin updates before commiting to them?

2016-10-15 Thread Baptiste Mathus
Yes, a test instance for the upgrade is a must. Cheers Le 14 oct. 2016 12:23 PM, "Jonathan Hodgson" a écrit : > Hi, > > I've recently encountered issues because updates to Jenkins and/or plugins > have broken things that were previously working. > > When my autobuild goes live, this would be ba

Re: Any tips on how to test Jenkins/Plugin updates before commiting to them?

2016-10-14 Thread Victor Martinez
You could bump a local instance with docker easily then you could test your changes before applying them to confirm those plugins are safe enough: - https://hub.docker.com/_/jenkins/ There is a plugins.txt file where you can add any specific plugin and its version and then docker run. Cheers On

Any tips on how to test Jenkins/Plugin updates before commiting to them?

2016-10-14 Thread Jonathan Hodgson
Hi, I've recently encountered issues because updates to Jenkins and/or plugins have broken things that were previously working. When my autobuild goes live, this would be bad news indeed. So ideally I need to test updates before making them live. Probably running a full set of builds over the