Hi,
https://github.com/cgwalters/centos-ci-skeleton/releases/tag/v2016.1
is a repo I put together today that's factoring out some recent work I did on a new duffy wrapper script:
https://github.com/cgwalters/centos-ci-skeleton/releases/tag/v2016.1
Combined with JJB templates:
https://github.com/cgwalters/centos-ci-skeleton/blob/master/jjb-tmpl/cciskel...
My high level goal is to try to establish a bit more of a shared baseline codebase. It seems for example that most CentOS CI users are using Jenkins Job Builder. (If you're not, you should really consider it).
If you look at my demo job:
https://github.com/cgwalters/centos-ci-skeleton/tree/master/jjb-demo
It shows how to pair together things so that you get a reusable node that's provisioned via an Ansible playbook.