myplanetdigital / jenkins-inception

A Drupal continuous integration infrastructure in a box.
8 stars 4 forks source link

Integrate with janky #6

Closed patcon closed 11 years ago

patcon commented 11 years ago

Janky allows you to create and build feature branches via hubot (ie. in irc)

Still not sure whether this is doable, but would be awesome to integrate https://github.com/github/janky

The catch would be that janky creates new jobs via the api, so inception would no longer try to control jobs, and would pass that to janky in some manner. Janky uses templates, so perhaps chef could be used to generate those templates to suit the project -- just thinking out loud here. Not sure if that makes sense

Thinking integration would involve adding janky as a submodule, and creating some rake tasks to set it up easily?

patcon commented 11 years ago

Viability solution blocked by this: github/janky#109

patcon commented 11 years ago

Does seem doable with how janky build jobs aren't intended to be version controlled.