Re: HA (high availability) Jenkins setup across 2 sites

2016-08-22 Thread Andy Pemberton
Hi John: 

In full disclosure, I work @ CloudBees, but I'd be remiss not to mention HA 
is one of the core features of our 
offering: 
https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/high-availability-plugin

There are also some future plans under discussion around a more pluggable 
file system solution that may help make this easier / even more scalable in 
the future.

Happy to discuss further offline if you'd like.

On Friday, August 19, 2016 at 10:51:09 AM UTC-4, John wrote:
>
> Hello everyone,
>
> We are doing a new implementation of Jenkins and interested in ways to 
> create an HA setup.
> I can think of a few ways:
> 1. Stay with the regular XML style configs with shared filesystem (DRBD or 
> NFS?)
> 2. Use DB PostGres/MySQL with WAN replication.
>
> We are OK with having the 2nd master in standby cold HA so it can be 
> brought up manually.
>
> What are the recommendations?
>
> Thanks
> John
>

-- 
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/3790a205-0225-4759-9e77-258e096eb94a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Stuck creating local jenkins update center

2015-07-09 Thread Andy Pemberton
Totally biased, but I'd be remiss not to point out this functionality 
exists in CloudBees Jenkins 
Enterprise: 
https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/custom-update-center-plugin

It comes with a slick UI for managing either your own manually uploaded 
plugins or proxying the upstream OSS update centers, etc.

On Thursday, July 9, 2015 at 10:35:51 AM UTC-4, jje wrote:
>
> As I've stated, i get null pointer exception in protected JSONObject 
> buildPlugins() -->Main.java;
>
> There is no NULL Pointer check for this statement:
>
> /**
>  * Build JSON for the plugin list.
>  * @param repository
>  * @param redirect
>  */
> protected JSONObject buildPlugins(MavenRepository repository, 
> PrintWriter redirect) throws Exception {
>
> ConfluencePluginList cpl = nowiki?new NoConfluencePluginList():new 
> ConfluencePluginList();
> cpl.initialize();
>
> int total = 0;
>
> JSONObject plugins = new JSONObject();
> 
> for( PluginHistory hpi : repository.listHudsonPlugins() ) {
>
> This actually causes build to crash
>
>
>

-- 
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/78367b8b-ed26-4757-bceb-331d105404d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins hosting providers

2015-05-09 Thread Andy Pemberton
Hi Paulo: I'm clearly biased (as I work there), but have you considered 
CloudBees' dev@cloud service?

It's a Jenkins in the Cloud service by the company behind CloudBees Jenkins 
Enterprise: https://www.cloudbees.com/products/dev

On Saturday, May 9, 2015 at 11:12:36 AM UTC-4, Paulo Gonçalves wrote:
>
> Which are the cloud hosting providers for Jenkins that you would sugest?
> There are free basic services? 
>

-- 
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/55c1b167-3d68-492c-b422-aa31bdbfd3c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.