Thanks for the workaround.  I had just reverted to 1.44, but running
asynchronously and logging the result would still keep the commits fast and
give access to the return values which would be nice to have.  (Of course -
I still think the issue should either be fixed or the wiki documentation
updated so that future users of the SVN post-commit hook wouldn't run into
this issue)


On Tue, Apr 30, 2013 at 6:03 PM, Kenny Ayers <theotherwhitem...@gmail.com>wrote:

> Are you looking for a temporary workaround?
>
> Make the trigger asynchronous. There are a number of ways to do this, but
> since I prefer python I would add a line in your post-commit hook to call a
> python script which spins off another process to trigger the Jenkins update.
>
>
> http://stackoverflow.com/questions/1718899/run-a-process-and-quit-without-waiting-for-it
>
> You'll want to log the result somewhere since you won't get the return
> value from the async call in the post-commit script itself.
>
> -Kenny
>
>
> On Tuesday, April 30, 2013 1:39:09 PM UTC-7, Matt Seashore wrote:
>>
>> Fair enough.  I've filed a bug here: https://issues.jenkins-**
>> ci.org/browse/JENKINS-17808<https://issues.jenkins-ci.org/browse/JENKINS-17808>
>>
>> On Tuesday, April 30, 2013 10:29:15 AM UTC-6, Jesse Glick wrote:
>>>
>>> On 04/29/2013 08:19 PM, Matt Seashore wrote:
>>> > is this a known issue
>>>
>>> If you have to ask, the answer is probably “no”. File it with whatever
>>> details to reproduce you can muster.
>>>
>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-dev/nFGCnv_xyv4/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to