Use templates for generating a space
In order to prevent unwanted commits as in https://github.com/openmicroscopy/devspace/pull/3#issuecomment-156027682, we could consider using more configuration templating as in https://github.com/openmicroscopy/openmicroscopy/pull/4093 generate new files rather than modifying them in-situ.
Just realized, the down-side of this is that all the changes to the job will be lost. Maybe rename should create a commit with the diff so it's easier to detect the problem?
See http://docs.openstack.org/infra/jenkins-job-builder/definition.html et al.
Note: I'm currently working on a Dockerfile for running jenkins-job-builder