From 04a4635f5eaa922aac9379e32f4d89c2dd40496c Mon Sep 17 00:00:00 2001 From: aapostoliuk <a.apostoliuk@vyos.io> Date: Tue, 31 Oct 2023 11:40:18 +0200 Subject: keepalived: T5402: Fixed Vyos branch in the Jenkins file Fixed Vyos branch in the Jenkins file --- packages/keepalived/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile index b91c927e..2f918604 100644 --- a/packages/keepalived/Jenkinsfile +++ b/packages/keepalived/Jenkinsfile @@ -15,10 +15,10 @@ @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def package_name = 'keepalived' -- cgit v1.2.3