From 1746109255d3d4cdde3540f8eb099adddccd2468 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 25 Sep 2023 20:24:09 +0200 Subject: ci/cd: update branch references current -> sagitta --- packages/opennhrp/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/opennhrp') diff --git a/packages/opennhrp/Jenkinsfile b/packages/opennhrp/Jenkinsfile index 637bcecb..8f5183e2 100644 --- a/packages/opennhrp/Jenkinsfile +++ b/packages/opennhrp/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see . @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 pkgList = [ ['name': 'opennhrp', -- cgit v1.2.3