summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-02-24 19:21:21 +0700
committerGitHub <noreply@github.com>2021-02-24 19:21:21 +0700
commitd8f78deb007287d3666c64c53d16402ab236d863 (patch)
tree428b7d1563309952645c59b13a64df67b6fd4722
parent69317403864669bf579907497ae8cb01494cc2f7 (diff)
downloadlibvyosconfig-d8f78deb007287d3666c64c53d16402ab236d863.tar.gz
libvyosconfig-d8f78deb007287d3666c64c53d16402ab236d863.zip
Update Jenkinsfile
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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"