diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-25 20:24:09 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-25 20:36:56 +0200 |
commit | 1746109255d3d4cdde3540f8eb099adddccd2468 (patch) | |
tree | 3c516b70c45ff7a9a91c38c0936d753483a81f9f /packages/ndppd | |
parent | a6043c57aee4cd69fa38f52f7b6119efb8e55eca (diff) | |
download | vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.tar.gz vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.zip |
ci/cd: update branch references current -> sagitta
Diffstat (limited to 'packages/ndppd')
-rw-r--r-- | packages/ndppd/Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ndppd/Jenkinsfile b/packages/ndppd/Jenkinsfile index f112ae38..992cb2b1 100644 --- a/packages/ndppd/Jenkinsfile +++ b/packages/ndppd/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' 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')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package |