switch to rhel9?

This commit is contained in:
Hyatt 2022-08-20 09:53:22 -05:00
parent c1d5ca891f
commit bc1256d69a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -26,7 +26,7 @@ pipeline {
steps {
script {
workspace = pwd()
ubiOS = ["8"]
ubiOS = ["9"]
ubiImages = ["ubi-minimal", "ubi"]
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())