Hi Ben. I've been working on few docker plugin in the past: docker custom build environment (aka oki-docki) then docker-slaves <https://github.com/ndeloof/docker-slaves-plugin>. The later is much a prototype to demonstrate a new approach, and I'm now working with Yoan on getting this mature. Our first step is to introduce a new paradgim by reversing the slave / build relation : we don't want a slave to host builds, but a build to define it's slave and get this one provisionned then destroyed as part of the build. This has been implemented relying on hacks, but helps us to understand impacts (especially considering pipeline) and introduce the required hooks in jenkins core. Next step will be about using docker as a remote process launcher in replacement for remoting to a slave JVM to run a process. Same could apply to FilePath abstraction, need to investigate more on this topic ...
Le jeudi 3 mars 2016 22:07:40 UTC+1, Ben Navetta a écrit : > > Hi Oleg, > > Thanks for getting back to me! I'll start digging in, and I think I have > some ideas of where to start. > Can't wait to start discussing it further! > > Thank you again, > Ben Navetta > -- 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/d01c11ef-edad-4203-bf99-e83661bdebb0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
