Please give me commit access for
https://github.com/jenkinsci/build-blocker-plugin. I have made some changes
that need to be committed. Thanks!

I had a deeper look inside the locks and latches plugin. It works on a
deeper level, directly on the threads as I understand it. It also uses a
the tasks ResourceList to provide the the correct CauseOfBlockage text.
This is something I didn't manage to get working until now.

Do you think that working with the QueueTaskDispatcher is not as stable as
the thread bases thing of the locks and latches plugin. Hmmm... I really
would like you opinion about this.

The main difference is, that my plugin can monitor jobs that don't need to
be change. It is not neccessarily a two way monitoring.
Using the locks and latches plugin, both jobs need to have the same lock
configured.

Thanks again.

Frederik
2012/6/23 nicolas de loof <[email protected]>

> Just wanted to ensure you looked at this plugin, that indeed seems
> unmaintained.
> Please check if your plugin supports same feature so we maybe can
> deprecate lock&latches in favor of your plugin (especially if you provide
> configuration migration)
>
>
> 2012/6/23 Frederik Fromm <[email protected]>
>
>>
>> Thanks!
>>
>> As I said, I searched in a lot of code. The locks and latches Plugin is
>> quite old and doesn't use the QueueTaskDispatcher. My tests with my new
>> Build blocker Plugin was working fine. And I need it for my current
>> project. But anyway, have a look at my code. If there are performance or
>> concurreny or any other issues that didn't think of, let me know about
>> them. Thanks!
>>
>> Regards, Frederik
>>
>>
>> Am 23.06.2012 um 20:57 schrieb nicolas de loof <[email protected]
>> >:
>>
>> done
>> repository : https://github.com/jenkinsci/build-blocker-plugin
>> ci job : https://jenkins.ci.cloudbees.com/job/plugins/job/build-blocker
>>
>> I wonder how this plugin overlap with lock and latches plugin
>> https://wiki.jenkins-ci.org/display/JENKINS/Locks+and+Latches+plugin or
>> maybe could supersede ?
>>
>>
>> 2012/6/23 ffromm <[email protected]>
>>
>>> Hi!
>>>
>>> I just created a simple plugin prevent a job from building while
>>> configured other jobs are running.
>>>
>>> Please fork from here: https://github.com/ffromm/build-blocker-plugin
>>>
>>> I spent some time searching for a similar functionality but could not
>>> find anything like this. I use a QueueTaskDiskpatcher that monitors
>>> the currently running jobs. If one of the jobs matches to one of the
>>> configured regular expressions in the job to build, then the job stay
>>> in the queue.
>>>
>>> Please put this plugin also under Jenkins-on-Jenkins CI. Thanks!
>>
>>
>>
>

Reply via email to