From 1d025e6a69a41ed360da15cc0ca941085e3e6887 Mon Sep 17 00:00:00 2001 From: mburkert3 <126404216+mburkert3@users.noreply.github.com> Date: Thu, 9 May 2024 09:47:21 -0400 Subject: [PATCH] Update Jenkinsfile.rh --- Jenkinsfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.rh b/Jenkinsfile.rh index 5fe003df..cd0594b3 100644 --- a/Jenkinsfile.rh +++ b/Jenkinsfile.rh @@ -27,7 +27,7 @@ node('ubuntu-zion') { sh 'docker system prune -a -f' sh ''' wget -q -O preflight \ - https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.4.1/preflight-linux-amd64 + https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 chmod 755 preflight ''' }