Ansible module do idempotent management of Jenkins jobs.

Hi everyone. I have started working on a Ansible module to do idempotent creates, updates, or deletes on Jenkins jobs using the ‘jenkinsapi’ python library. Is this something you would find useful? Please take a quick look at https://github.com/WhileLoop/ansible-modules-jenkins. Feedback is much appreciated!

This is neat. I would also suggest you look at Jenkins Job Builder, which the OpenStack upstream Infra team uses to manage Jenkins for upstream OpenStack development.

http://docs.openstack.org/infra/jenkins-job-builder/

Hi