From c2f1de4c6a9e96f7c2d5d12938f43b9b30810ce5 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 12 Mar 2024 23:00:03 +0100 Subject: Jenkins: select proper source version of build pipeline library Packages got backported from current, but we need to select the proper pipeline version from sagitta branch. --- packages/isc-dhcp/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/isc-dhcp') diff --git a/packages/isc-dhcp/Jenkinsfile b/packages/isc-dhcp/Jenkinsfile index 02af15d9..ce334c92 100644 --- a/packages/isc-dhcp/Jenkinsfile +++ b/packages/isc-dhcp/Jenkinsfile @@ -17,7 +17,7 @@ // Using a version specifier library, use 'current' 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')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package -- cgit v1.2.3