Increasingly slow build and test run times over time

2019-07-29 Thread ABostonGal ABostonGal
note that if I reboot all the automation machines (Unix master, Windows slave, Windows agent on which automation tests run compiles and text executions are very fast. I have six to twelve Jenkins jobs running every night. However, over a period of a few days, performance will bog down and

Re: Jenkins Agents getting disconnected

2019-07-29 Thread Sverre Moe
I was unable to determine something from the stack output Here is the result: https://fastthread.io/my-thread-report.jsp?p=c2hhcmVkLzIwMTkvMDcvMjkvLS1qc3RhY2sudHh0LS05LTE2LTI3 torsdag 18. juli 2019 11.28.06 UTC+2 skrev Sverre Moe følgende: > > There is no such reference in my jstack output. >

Re: Memory issues with Jenkins

2019-07-29 Thread Sverre Moe
I have analyzed the GC log https://www.gceasy.io/my-gc-report.jsp?p=c2hhcmVkLzIwMTkvMDcvMjgvLS1nYy0yMDE5LTA3LTI2XzE3LTMxLTIyLmxvZy4wLmN1cnJlbnQtLTE1LTI0LTQy=WEB This may be related to another issue I am having when build agents are getting disconnected.

Re: Create new item - Item name error 'Only alphanumerical characters allowed'

2019-07-29 Thread Laura López Senderos
Our current Jenkins version is 2.176.2. We're not sure when it has started happening, because we've made some updates on plugins and Jenkins instance since the last job creation. It's really strange because we've been able to create jobs with spaces, hyphens, underscores, lowercase,

Re: Jenkins Agents getting disconnected

2019-07-29 Thread Ivan Fernandez Calvo
you have 83 threads in state:IN_NATIVE, probably stuck in IO operations, those 83 threads are blocking the other 382 threads, if you use an NFS or similar device for you Jenkins HOME this is probably your bottleneck, if not check the IO stats on the OS to see where you have the bottleneck. El

Re: Create new item - Item name error 'Only alphanumerical characters allowed'

2019-07-29 Thread Slide
Can you give a list of plugins and their versions that you have installed? Did you restart Jenkins after the upgrade of plugins? On Mon, Jul 29, 2019, 05:58 Laura López Senderos wrote: > Our current Jenkins version is 2.176.2. We're not sure when it has started > happening, because we've made

Re: Windows 7 Agents (slaves) via SSH

2019-07-29 Thread Steve K
Thanks Mark, Web articles, such as this "Installing OpenSSH on Windows 7 " gave me hope of finding a workable solution. I had also considered trying to use Cygwin, as described by Kohsuke Kawaguci in the Wiki page "SSH slaves and Cygwin

Re: Windows 7 Agents (slaves) via SSH

2019-07-29 Thread Mark Waite
On Mon, Jul 29, 2019 at 12:26 PM Steve K wrote: > Thanks Mark, > Web articles, such as this "Installing OpenSSH on Windows 7 > " gave me hope > of finding a workable solution. > I had also considered trying to use Cygwin, as described by

Re: Jenkins Agents getting disconnected

2019-07-29 Thread Slide
CloudBees (not my employer) has some resources on using NFS (generally the recommendation is to NOT use NFS for JENKINS_HOME). https://support.cloudbees.com/hc/en-us/articles/115000486312-CJP-Performance-Best-Practices-for-Linux#nfs and

Re: Jenkins Agents getting disconnected

2019-07-29 Thread Ivan Fernandez Calvo
check the Cloudbees links, I've helped to write those KB when I was on CloudBees :), I'm pretty sure that the NFS is your pain and the root cause of all your problems if you can rid of it better. El lunes, 29 de julio de 2019, 18:03:59 (UTC+2), slide escribió: > > CloudBees (not my employer)

Re: Converting to pipeline questions

2019-07-29 Thread jeremy mordkoff
My personal advice is to pick declarative or scripted pipelines and stick to that everywhere. Switching back and forth always leads to mistakes. And so keeping the Jenkinsfiles in source control is huge plus and I would never go back to putting any logic inside my jenkins job config. Why are

Converting to pipeline questions

2019-07-29 Thread Louis Elston
07/17/19 – wrote this… We are currently using Windows \ Jenkins 2.107.1 (no pipeline), and I am researching going to pipeline. We have a nightly build job, that fetches from repositories, and submits and waits on other jobs. I see 9 jobs running on the same Master node (we only have a

Re: Jenkins Agents getting disconnected

2019-07-29 Thread Sverre Moe
Yes, we are using NFS for JENKINS_HOME. mandag 29. juli 2019 15.41.00 UTC+2 skrev Ivan Fernandez Calvo følgende: > > you have 83 threads in state:IN_NATIVE, probably stuck in IO operations, > those 83 threads are blocking the other 382 threads, if you use an NFS or > similar device for you

Re: Windows 7 Agents (slaves) via SSH

2019-07-29 Thread Steve K
Thanks again Mark. So, what does the master think the launch method is for the slave? -- 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