Hacker News new | ask | show | jobs
by gvalkov 3845 days ago
In line with the other suggestions, there is also jenkins-autojobs [1] (disclaimer: I wrote it). It's a set of scripts that listen for changes in a git|hg|svn repository and create|update jobs from template jobs and the rules defined in a yaml config file [2].

[1] https://github.com/gvalkov/jenkins-autojobs [2] http://jenkins-autojobs.readthedocs.org/en/latest/examples.h...

1 comments

We use this to generate builds from our (many, many) feature branches, its amazingly useful, bravo!