Hello all,
We recently began to use Jenkins to run our integration and performance tests. The main need we have is to be able to assign test platforms to Jenkins jobs to make sure these platforms are used by one job at a time (and queue the jobs that need these platforms accordingly).
I came across the
External Resource Dispatcher plugin and tried to use it. Unfortunately it didn't respond to our need (our test platforms are not directly tied to a Jenkins node, and we don't have any "meta-data" to attach to the external resources).
Therefore we developed a very simple plugin licensed with MIT
https://github.com/6WIND/lockable-resources-plugin and we would like to share it with the community.
Is this plugin a good candidate ?
Thanks in advance,
Robin