Skip to content

Commit

Permalink
Jenkins: T2625: fix proper library version used by build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po authored Oct 7, 2024
1 parent 862be89 commit 79a757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 79a757d

Please sign in to comment.