diff options
Diffstat (limited to 'packages/isc-dhcp/Jenkinsfile')
-rw-r--r-- | packages/isc-dhcp/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |