From 985947d6495419503c6f8a92397af421242dd860 Mon Sep 17 00:00:00 2001 From: Joao Luis Sombrio Date: Wed, 8 Jul 2026 02:47:15 -0300 Subject: [PATCH] Jenkinsfile: point utils library back to main k8s-pipeline-opensta merged into jenkins-ci main; pin the shared library to the released main tag now that the k8s changes are upstream. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c9035bf8..bb0b3163 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -@Library('utils@k8s-pipeline-opensta') _ +@Library('utils@main') _ k8sPodTemplate(coordinator: true, cloud: utilPickCloud()) { pipelineOpenSTA(k8s: true)