mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-31 02:56:42 +00:00
Move the mini-e2e job into a template-job and generate two jobs out of it: mini-e2e/k8s-1.17.8 and mini-e2e/k8s-1.18.5 By passing the k8s_version as variable to the job-template, and placing it in the parameters for the mini-e2e.groovy script, all hard-coded occurences of the Kubernetes version can be replaced by the {k8s_version} placeholder. See-also: https://jenkins-job-builder.readthedocs.io/en/latest/definition.html#job-template Signed-off-by: Niels de Vos <ndevos@redhat.com>