ome / devspace

Continuous integration tool for OME projects
18 stars 18 forks source link

Use templates for generating a space #4

Open sbesson opened 8 years ago

sbesson commented 8 years ago

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.

joshmoore commented 8 years ago

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?

joshmoore commented 8 years ago

See http://docs.openstack.org/infra/jenkins-job-builder/definition.html et al.

joshmoore commented 8 years ago

Note: I'm currently working on a Dockerfile for running jenkins-job-builder