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 bad news indeed.
>
> So ideally I need to test updates before making them live. Probably
> running a full set of builds over the weekend.
>
> Does that mean I have to have a second installation of Jenkins and copy
> data over to it?
>
> regards
>
> Jon
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/2ed6f87f-33ce-46ad-9d18-320f6a8a381b%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7HkzC4PrAajk_sKfeYbbU_gUYd6TLEGCb0RFW8hAh74Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 Friday, 14 October 2016 11:23:35 UTC+1, Jonathan Hodgson wrote:
>
> 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 weekend.
>
> Does that mean I have to have a second installation of Jenkins and copy 
> data over to it?
>
> regards
>
> Jon
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7afceeb2-9e7e-42b3-8627-3aa0e28e77a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 weekend.

Does that mean I have to have a second installation of Jenkins and copy 
data over to it?

regards

Jon

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2ed6f87f-33ce-46ad-9d18-320f6a8a381b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.