On Friday, May 30, 2014 7:36:42 AM UTC+10, Surya Gaddipati wrote: > > >> Yes that makes sense. We use Github Enterprise internally so I haven't > given much though to this. Would it be possible to create simple proxy > that just accepts github payloads and posts it to jenkins/githook and > expose it to github ? > The problem with polling is that , a) there might be a delay based on the > polling interval before github pr status goes yellow which might be > confusing b) pusher information is lost, this might not be that big of a > deal. Polling had been very unreliable and made our jenkins instance really > slow in the past when we used it. >
Yes, I think Jently was built for this purpose - to take "a load off" - so a long running poll wouldn't affect the rest of jenkins. I think it is worth exploring. It would be possible to have a proxy app for this - although it still has the "firewall problem" for users. Worth thinking about. > > >> I've added developer setup documentation here > https://github.com/groupon/DotCi/blob/master/docs/DevelopmentSetup.md > Thanks, that clarifies a lot. I am working on a simple docker dev environment for this. Given that DotCI works best with docker, I thought a great way to try it out would be to run it inside a self contained container - this includes mongodb. You can use docker from within docker - by bind mounting in the socket from the outside. This gives a neat self contained environment to run both jenkins and builds in to try it all out (seemed like a good idea at the time!). Great stuff! -- 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]. For more options, visit https://groups.google.com/d/optout.
