Jenkins backup problem

2013-11-29 Thread David Aldrich
Hi We run Jenkins 1.509.4 LTS on Centos 5.9. We have used the Hudson backup plugin for several years without problem, but the backups recently started to fail with this type of error: [ INFO] Backup started at [11/29/13 08:33:00] [ INFO] Setting hudson in shutdown mode to avoid files corruptio

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-11-29 Thread Mikael Larsson
Hi, We had the same issue and solved it by using the alternative way to start the jnlp-jar: java -jar slave.jar -jnlpUrl https://ci.domain.com/jenkins/computer/COMPUTERNAME/slave-agent.jnlp Den tisdagen den 29:e oktober 2013 kl. 19:25:12 UTC+1 skrev Jeremy Morton: > > When I run the javaw

AW: Jenkins backup problem

2013-11-29 Thread Steffen Breitbach
We don't rely on plugins to backup our Jenkins but rather use our own scripts that run directly OS/file system level. Maybe you should do that too? -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von David Aldrich Gesen

RE: Jenkins backup problem

2013-11-29 Thread David Aldrich
Hi, Yes, we'll move to using a script. Thanks. This seems a useful article: http://www.holisticqa.com/?cat=7 Best regards David From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of Steffen Breitbach [steffen.breitb...

Re: running Jenkins behind an Elastic Load Balancer for SSL termination

2013-11-29 Thread Adam Monsen
No. I'll clarify. I'm no longer trying to use an Amazon elastic load balancer. I ended up terminating SSL right at Jenkins (local SSL cert). The iptables rule allows me to run the Jenkins [Java] process as a non-root user bound to a high port (8443), but still expose only port 443 (the standard po