github / janky

Continuous integration server built on top of Jenkins and Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support git-flow type branch names 'features/<name>'

jsmestad opened this issue · comments

This would require some retooling to support, but its very common for things like bugfixes/ support/ and feature branches.

I think you'd have to change the Hubot API and the CI script to handle '/' characters in the branch name. The rest should be fine.

Would be great! But I'm unfamiliar with ruby :(

I have updated the CI Script

I have updated Hubot API (#30), and also I missed something at the CI Script (github/hubot-scripts#254)

Looks like @andres-torres-marroquin did all the necessary work. Closing this. Thanks!