Problem with Build Flow plugin 0.10 on Jenkins 1.532.1

2014-04-02 Thread Sascha Herrmann
Hi! I have the following problem with the CloudBees plugin: I am logged in with a user with full permissions in Jenkins. I select a flow build job and go to "Configure". The configuration page opens, loads completely and everything looks fine. After some 10 seconds, without doing anything, I ge

Re: Problem with Build Flow plugin 0.10 on Jenkins 1.532.1

2014-04-04 Thread Sascha Herrmann
Thanks for your reply. Yes, using Fiddler, the last request I see before the error is a GET to http:///job//descriptorByName/com.cloudbees.plugins.flow.BuildFlow/checkDsl?value=... with value being the encoded text of the DSL. The DSL itself is some 3900 characters. Then add the encoding ov

Re: Problem with Build Flow plugin 0.10 on Jenkins 1.532.1

2014-04-06 Thread Sascha Herrmann
Hi James, thanks for you assistance. Sascha Am Freitag, 4. April 2014 22:49:15 UTC+2 schrieb teilo: > > Hi Sascha, > > Fix is at https://github.com/jenkinsci/build-flow-plugin/pull/42 if you > want to get the source and do a local build. > Otherwise wait for the code to be accepted and either g

Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Sascha Herrmann
Running: Jenkins ver. 1.532.3 Jenkins ClearCase Plug-in ver. 1.5 using snapshot views Clearcase 7.1.2.12 Hi, we're currently setting up a new CI machine. The machine is quite powerful and we're trying to run as many build jobs in parallel as we can. No we run into two issues related to Clearcas

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Sascha Herrmann
process. and test limit -t for number of threads. > > > > > > 2014-06-23 10:15 GMT+02:00 Sascha Herrmann >: > >> Running: >> Jenkins ver. 1.532.3 >> Jenkins ClearCase Plug-in ver. 1.5 using snapshot views >> Clearcase 7.1.2.12 >> >> Hi, >>

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Sascha Herrmann
this limit though i have heard that windows has a > limit on how many process it can run at a time, are you sure it's not that > limit you are running into. try running test limit -p for getting the > number of process. and test limit -t for number of threads. > > > &g

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-24 Thread Sascha Herrmann
Hmmm Google Groups ... couldn't edit the posting ... tried to delete error on delete wrote a new reply now original reply gone after all. We're on Windows, so there is no limit command. But we can run as many Perforce builds concurrently as we want. I doubt it's an OS limit.

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-24 Thread Sascha Herrmann
views (also the views we were using for Crucible) to snapshot views. Sascha Am Dienstag, 24. Juni 2014 08:52:22 UTC+2 schrieb Dirk Heinrichs: > > Am 23.06.2014 10:15, schrieb Sascha Herrmann: > > But there seems to be a (hardcoded?) limit of how many view_server > processes the

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-26 Thread Sascha Herrmann
Hi! I have quickly added a "Thread.sleep( 5000 )" into BaseSnapshotCheckoutAction#checkout() between endview and setcs on our build machine and will monitor if that improves things. Maybe ClearTool.endViewServer() would be the better place for that delay. Not sure. 5000 millis is probably too m

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-29 Thread Sascha Herrmann
Builds run fine now. Seems that endview takes some time to finish before the next command can be called. Would it be possible to get a delay like that into the official plugin? Maybe configurable with a system property? Sascha Am Freitag, 27. Juni 2014 08:56:09 UTC+2 schrieb Sascha Herrmann

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-30 Thread Sascha Herrmann
.ci.cloudbees.com/job/plugins/job/clearcase-plugin/70/org.jenkins-ci.plugins$clearcase/artifact/org.jenkins-ci.plugins/clearcase/1.6-SNAPSHOT/clearcase-1.6-SNAPSHOT.hpi > > Vincent > > > 2014-06-30 8:08 GMT+02:00 Sascha Herrmann >: > >> Builds run fine now. Seems that endvi

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-30 Thread Sascha Herrmann
That was quick. It doesn't work. Immediate timeouts after endview again. Sascha Am Montag, 30. Juni 2014 12:21:00 UTC+2 schrieb Sascha Herrmann: > > Hi Vincent, > > thanks. I will try. I doubt that it will bring an improvement, because > we're already ending the view_s

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-01 Thread Sascha Herrmann
t; Cheers, > > Vincent > > > 2014-06-30 12:24 GMT+02:00 Sascha Herrmann >: > >> That was quick. It doesn't work. Immediate timeouts after endview again. >> >> Sascha >> >> Am Montag, 30. Juni 2014 12:21:00 UTC+2 schrieb Sascha Herrmann:

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-04 Thread Sascha Herrmann
Hi! Version 1.5.1 doesn't work or I am doing it wrong. I set the delay to "2" in the settings, but when I come back to the settings after saving, it's "0" again, and there is no delay applied in endview according to the logs. Sascha -- You received this message because you are subscribed to

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-07 Thread Sascha Herrmann
Hi! Thanks. It seems to be just a thing of saving the setting. When I put the "2" directly into the endViewDelay tag in the XML and then restart Jenkins, then the delay is applied fine and I see the "2" in the settings. Sascha -- You received this message because you are subscribed to the Goo

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-09 Thread Sascha Herrmann
Hi Vincent, 1.5.2 works fine. Thanks for the assistance and the fix. Sascha Am Montag, 7. Juli 2014 09:54:10 UTC+2 schrieb Vincent Latombe: > > I just released 1.5.2 with the form fix. > > Vincent > > > 2014-07-07 9:07 GMT+02:00 Sascha Herrmann >: > >> Hi! &g