Re: Issue with master-agent communication over ssh

2020-12-30 Thread jiga...@gmail.com
Interestingly, whenever Jenkins agent is executing PMD/Findbugs task, it runs into " Resource temporarily unavailable". I have - verified TCP parameters i.e. tcp_keepalive_time, tcp_keepalive_intvl, tcp_keepalive_probes & tcp_fin_timeout ; All of them have higher values then what clou

Re: .svn folder getting checked out

2020-12-30 Thread 'Martin Schmude' via Jenkins Users
I think you need not worry about the .svn folders that you observe in your current setup. You should worry why you did not note them in the former setup. When investigating before/after issues like this, comparison of Jenkins job logs before and after a modification had been helpful to me in the

Whats the benefit of using a db with pipeline maven integration pipleine-maven-plugin

2020-12-30 Thread Siegfried Kiermayer
Hi, the Pipeline Maven Integration (pipeline-maven-plugin) states that for production you should use mysql/postgres instead of the embedded h2. Now we are running that setup with h2 for a long time without any issues and i was not able to find any information on what the difference is. Our cur

Re: Extends Choice Parameter: how to use bindings ?

2020-12-30 Thread Yannick Lacaute
SO post : https://stackoverflow.com/questions/65500284/jenkins-how-to-use-bindings-field-of-extended-choice-parameters-plugin Le mardi 29 décembre 2020 à 10:14:32 UTC+1, Yannick Lacaute a écrit : > I don''t understand how to use the bindings field in extendedChoice, I > tried the code below