diff options
author | zsdc <taras@vyos.io> | 2024-05-08 23:43:00 +0300 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2024-05-08 23:43:00 +0300 |
commit | fe56e399d4d95510a8837b9eb2045eda2316164c (patch) | |
tree | 2422dce659ec9437325c9227dc080c3f4a155378 | |
parent | fd8c12784127e3258762d0163455d595b427ea53 (diff) | |
download | vyos-cloud-init-fe56e399d4d95510a8837b9eb2045eda2316164c.tar.gz vyos-cloud-init-fe56e399d4d95510a8837b9eb2045eda2316164c.zip |
Updated Jenkinsfile for sagitta branch
-rw-r--r-- | Jenkinsfile | 2 |
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 .." |