Extracting credentials from Jenkins server

2016-04-22 Thread Jakov Sosic
Hi guys, I'm trying to extract credentials from Jenkins server and migrate them to a new server I'm setting up. I don't want to simply copy whole /var/lib/jenkins directory, because I inherited an instance which isn't documented very well. I'm trying to rectify that by migrating step by step a

Re: Best practices for Jenkins slave disk layout

2016-04-30 Thread Jakov Sosic
On 04/30/2016 06:31 PM, yeayu wrote: Hello all, I am just starting with Jenkins (Master/Slave mode) and I would like to know whether there is any best practices in regards setting up the disk layout of jenkins slave linux nodes. I have seen examples where people simply use /home/jenkins as their

Changed Jenkins URL doesn't reflect?

2016-07-01 Thread Jakov Sosic
Hi guys. How to properly change "Jenkins URL"? I've changed it in "Configure System" and in nginx, and I've restarted both. But, after jenkins starts, it still redirects me to old "Jenkins URL" I had :-/ Is there a way to make a clear change of this URL ? -- You received this message be

Re: Changed Jenkins URL doesn't reflect?

2016-07-01 Thread Jakov Sosic
On 07/02/2016 01:39 AM, Jakov Sosic wrote: Hi guys. How to properly change "Jenkins URL"? I've changed it in "Configure System" and in nginx, and I've restarted both. But, after jenkins starts, it still redirects me to old "Jenkins URL" I had :-/

Jobs as a code

2016-07-20 Thread Jakov Sosic
Hi guys I would like to manage jenkins jobs through code if possible. I'm kinda getting tired of everybody in the team clicking around and modifying stuff left and right. There seems to be 3 options available as far as I could find: - Jenkins DSL - jenkins-job-builder (OpenStack) - Pipeline

Jobs stuck in a queue for a long time - loggers list needed?

2017-01-03 Thread Jakov Sosic
Hi guys, I've been dealing with this problem for some time now. Jobs seem to get stuck in the jenkins queue, although there are free executors on slaves. Master connects to slaves via SSH. I run 3 static slaves with 3 x 100 executors. So far, only thing that really helps is restart of the j

Jobs stuck in a queue for a long time - loggers list needed?

2017-01-03 Thread Jakov Sosic
Hi guys, I've been dealing with this problem for some time now. Jobs seem to get stuck in the jenkins queue, although there are free executors on slaves. Master connects to slaves via SSH. I run 3 static slaves with 3 x 100 executors. So far, only thing that really helps is restart of the j

Maximum number of executors?

2017-01-09 Thread Jakov Sosic
Hi guys, I'm wondering what is the highest number of executors on a single jenkins master instance that you have seen? What number of executors is some kind of theoretical maximum for Jenkins, and are there any information at which number Master gets overwhelmed? I'm currently running sin

Re: Maximum number of executors?

2017-01-17 Thread Jakov Sosic
On 01/14/2017 11:53 AM, Baptiste Mathus wrote: Bottom line being: not worth the engineering time to diagnose issues when many big builds together at the wrong time will basically kill the whole machine. Better isolate with dedicated VMs per agent. Each executor basically spins new VM via Vagra