diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-12 23:00:03 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-12 23:00:05 +0100 |
commit | c2f1de4c6a9e96f7c2d5d12938f43b9b30810ce5 (patch) | |
tree | 8603d4677c3ca22bb7f29f52667ee56bb36c0933 /packages/ethtool/Jenkinsfile | |
parent | 48f7d41a60770732f28b920280b69177db4221f0 (diff) | |
download | vyos-build-c2f1de4c6a9e96f7c2d5d12938f43b9b30810ce5.tar.gz vyos-build-c2f1de4c6a9e96f7c2d5d12938f43b9b30810ce5.zip |
Jenkins: select proper source version of build pipeline library
Packages got backported from current, but we need to select the proper pipeline
version from sagitta branch.
Diffstat (limited to 'packages/ethtool/Jenkinsfile')
-rw-r--r-- | packages/ethtool/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ethtool/Jenkinsfile b/packages/ethtool/Jenkinsfile index bddd3b63..9154e823 100644 --- a/packages/ethtool/Jenkinsfile +++ b/packages/ethtool/Jenkinsfile @@ -18,7 +18,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')_ def pkgList = [ ['name': 'ethtool', |