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: > > 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 much, yes. Just wanted to be on the safe side > for the test. > > First build flows ran successfully. Seems to confirm that there is a > timing problem in our environment. > Will update the thread with the results in a couple of days when I know > for sure. > > Sascha > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
