kata-containers / ci

Kata Containers CI
http://jenkins.katacontainers.io/view/CI%20Status/
Apache License 2.0
13 stars 34 forks source link

github: pin the jenkins-job version #549

Closed wainersm closed 1 year ago

wainersm commented 1 year ago

The recently released jenkins-job version 5.0 fail to generate our jobs due to deprecated features removed. We can either fix our yaml files or keep using a known to work version of the tool. I chose the later option as Jenkins will be replaced with Github actions soon, so let's keep it simple. The last known working version of jenkins-job is 4.3.0.

Fixes #548 Signed-off-by: Wainer dos Santos Moschetta wainersm@redhat.com