summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2024-05-08 23:43:00 +0300
committerzsdc <taras@vyos.io>2024-05-08 23:43:00 +0300
commitfe56e399d4d95510a8837b9eb2045eda2316164c (patch)
tree2422dce659ec9437325c9227dc080c3f4a155378
parentfd8c12784127e3258762d0163455d595b427ea53 (diff)
downloadvyos-cloud-init-fe56e399d4d95510a8837b9eb2045eda2316164c.tar.gz
vyos-cloud-init-fe56e399d4d95510a8837b9eb2045eda2316164c.zip
Updated Jenkinsfile for sagitta branch
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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 .."