From d8f78deb007287d3666c64c53d16402ab236d863 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 24 Feb 2021 19:21:21 +0700 Subject: Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d654b2d..3910d84 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@crux')_ // Start package build using library function from https://github.com/c-po/vyos-build def buildCmd = "eval \$(opam env --root=/opt/opam --set-root) && dpkg-buildpackage -b -us -uc -tc" -- cgit v1.2.3