summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-04 17:38:02 +0200
committerGitHub <noreply@github.com>2021-04-04 17:38:02 +0200
commit195744e7d3278978e805f20b46e9be4d32187a61 (patch)
treeb70445171b0b6807e50d4f28f2d97ef92e01b488
parent3b0c82a46e655ff2980957be582220cfba3eb6fc (diff)
downloadvyos-cloud-init-195744e7d3278978e805f20b46e9be4d32187a61.tar.gz
vyos-cloud-init-195744e7d3278978e805f20b46e9be4d32187a61.zip
Jenkins: use build library from proper branch "equuleus"
-rw-r--r--Jenkinsfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 02f838ea..4accbf6f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 VyOS maintainers and contributors
+// Copyright (C) 2020-2021 VyOS maintainers and contributors
//
// This program is free software; you can redistribute it and/or modify
// in order to easy exprort images built to "external" world
@@ -12,14 +12,13 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-
@NonCPS
// 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@equuleus')_
-// Start package build using library function from https://github.com/c-po/vyos-build
+// Start package build using library function from https://github.com/vyos/vyos-build
def buildCmd = "./packages/bddeb && mv *.deb .."
buildPackage(null, null, buildCmd)