Skip to content

Commit 79a757d

Browse files
authored
Jenkins: T2625: fix proper library version used by build pipeline
1 parent 862be89 commit 79a757d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Using a version specifier library, use 'current' branch. The underscore (_)
1818
// is not a typo! You need this underscore if the line immediately after the
1919
// @Library annotation is not an import statement!
20-
@Library('vyos-build@current')_
20+
@Library('vyos-build@sagitta')_
2121

2222
// Start package build using library function from https://github.com/vyos/vyos-build
2323
buildPackage(null, null, null, true)

0 commit comments

Comments
 (0)