Skip to content

Commit

Permalink
Merge pull request #4139 from vyos/c-po-patch-1
Browse files Browse the repository at this point in the history
Jenkins: T2625: fix proper library version used by build pipeline
  • Loading branch information
c-po authored Oct 7, 2024
2 parents 862be89 + 79a757d commit 7174a3f
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 7174a3f

Please sign in to comment.