On 14/07/2019 06.35, Suresh Reddy wrote:

*Question: *
Is there any Cloud plugin in Jenkins eco system which has correct implementation? I am curious about the details since we are planning to write provisioning service to share build agents with different CI systems (Jenkins and TeamCity) mainly Mac Minis.

I am far from suggesting that our implementation is correct (albeit working fine), but you might be interested there exist a jenkins solution to share build nodes as-is[1]. It communicates using JSON based REST API. It would probably be tricky to fool it into accepting TeamCity as a client (as it talks back to the client using Jenkins API you would have to partially mimic on TeamCity side), but does not seem impossible. It might work as a healthy core in case you fail to get rid of TeamCity (which is what I recommend :P) saving you large part of the work.

[1] https://wiki.jenkins.io/display/JENKINS/Node+Sharing+Plugin
--
oliver

--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6ddcaa81-f6b8-68ea-d07a-b30a6c321e89%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to