pipeline job throws java.io.NotSerializableException: hudson.model.FreeStyleBuild sometimes

2017-06-08 Thread Tidhar Klein Orbach
Hi, My pipeline script sometimes fails on the error above. the pipeline runs a few FreeStyleBuilds using parallel step, some of them sometimes throw this exception, but sometimes succeed. I tried to find the root cause, but the stacktrace is too general. I also read the Serialization tutorial and

Re: How to solve Could not find (numeric) updateCenterVersion issue

2016-05-26 Thread Tidhar Klein Orbach
Hi it happens to me when I start up jenkins. i'm using 1.642.4 winston Jetty. can you please elaborate regarding the proxy configurations? (it seems that all of the proxy configuration are correct.) thanks, Tidhar On Wednesday, May 25, 2016 at 11:51:50 PM UTC+3, Baptiste Mathus wrote: > > Please

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Tidhar Klein Orbach
in). >> >> You may also want to test drive a newer version of Jenkins and a newer >> version of the git plugin, in case they are better behaved in that area. >> I'm not aware of any changes that would be relevant, but those versions are >> at least 18 months

checkout git repository with submodules with git plugin

2016-04-03 Thread Tidhar Klein Orbach
Hi, i'm trying to checkout a git repository with git submodules suing jenkins git plugin. I checked the "Recursively update submodules" option, but I get an error: FATAL: Command "/DATA/my_slave/tools/git/git submodule update --init --recursive" returned status code 1:*10:37:41* stdout: *10:37:41

throttling matrix configurations with throttle concurrent build plugin

2016-03-10 Thread Tidhar Klein Orbach
Hi, i'm using the plugin, and I'm having a trouble with configuring it to throttle my matrix jobs. I have 10 different matrix jobs which I categorized with the same category ( Tests-Intetgration), and I want to limit the amount of configuration running on each one of jenkins slaves.I used the sa