ValidatingString Parameter issue in Jenkinsfile

2020-10-01 Thread Ven H
I am using the following parameter which should validate empty string and show the error message, but the validation message should disappear if there is an non empty string input for the parameter. But the parameter is not working. Does anyone have any idea? I searched, but couldn't find anything.

Re: What are reasons for high load on Jenkins master?

2020-10-01 Thread Dominik
We upgraded our Jenkins instance yesterday (from version 2.190.1 to 2.249.1) and the heavy load on the master "magically disappeared". The exact same test suite now runs (and 'spams' all the agents), but the load on master stays below a value of 3 (with 4 CPUs). On Friday, September 25, 2020 at

Re: Kubernetes plugin - container is not valid for pod

2020-10-01 Thread Michael Kanchuker‎
Thank you very much, It works now. I didn't know pod template inheritance was a thing. Michael. On Friday, September 25, 2020 at 5:35:49 PM UTC+3 Vincent Latombe wrote: > Try changing your Jenkinsfile to: > > podTemplate( > containers: [ > containerTemplate(name: 'docker', image: 'd

Re: Looking for an email notification solution

2020-10-01 Thread Mark Prins
there is https://plugins.jenkins.io/slack/ to post to a slack channel, it can do all sorts of things, no need for email at all Op wo 30 sep. 2020 om 15:45 schreef jtp...@jimryan.com : > Our company uses Office 365 for their email product. I want to send an > email notification from Jenkins if a

Re: Looking for an email notification solution

2020-10-01 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, den 01.10.2020, 12:17 +0200 schrieb Mark Prins: > there is https://plugins.jenkins.io/slack/ to post to a slack > channel, As well as https://plugins.jenkins.io/Office-365-Connector/ to post to MS Teams channels. HTH... Dirk -- Dirk HeinrichsSenior Systems Engineer, Delivery Pip

Re: What are reasons for high load on Jenkins master?

2020-10-01 Thread Ivan Fernandez Calvo
remoting has tons of improvements between those two versions 3.33 vs 4.5, if you agents ar JNLP the new default protocols is JNLP 4 that is it's better than JNLP 3 IIRC it has an important performance issue El jueves, 1 de octubre de 2020 a las 12:33:53 UTC+2, Dominik escribió: > We upgraded o