Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch begins the transition from our current buildconfig-based pipeline jobs to the one used by CoreOS CI, which is CasC + job DSL + simple Groovy files in a `jobs/` dir + using the shared coreos-ci-lib library for making it easy to leverage OpenShift. I really like how it all fits together, and the upstream CI experimentation has seen some positive results. For now, we only install the seed job. This will allow us to then add pipeline jobs directly in `jobs/`. This is the same CasC fragment present in CoreOS CI: https://github.com/coreos/coreos-ci/blob/2421fabaef79f93d2c111fdf9bce648ab3d19680/jenkins/config/seed.yaml There's follow-ups there to make that seed job cleaner (and deduping from CoreOS CI).
- Loading branch information