From fe56e399d4d95510a8837b9eb2045eda2316164c Mon Sep 17 00:00:00 2001 From: zsdc Date: Wed, 8 May 2024 23:43:00 +0300 Subject: Updated Jenkinsfile for sagitta branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02f838ea..15f35671 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,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')_ // Start package build using library function from https://github.com/c-po/vyos-build def buildCmd = "./packages/bddeb && mv *.deb .." -- cgit v1.2.3