summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-10-07 17:24:22 +0200
committerGitHub <noreply@github.com>2024-10-07 17:24:22 +0200
commit7174a3f169c955b33886881a2e554c37d54236f4 (patch)
tree38893798d5f8560b2bd8de28d887a412d487bf34
parent862be8905677d7691efd7b72f8857e0435ced7d1 (diff)
parent79a757d01ab90b39aed28835cf40ac78711bf01a (diff)
downloadvyos-1x-7174a3f169c955b33886881a2e554c37d54236f4.tar.gz
vyos-1x-7174a3f169c955b33886881a2e554c37d54236f4.zip
Merge pull request #4139 from vyos/c-po-patch-1
Jenkins: T2625: fix proper library version used by build pipeline
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 21a6829c0..50a97e688 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,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/vyos/vyos-build
buildPackage(null, null, null, true)