diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-09 21:23:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-09 21:23:25 +0100 |
commit | a4232e2c1c08164192c61eb4e701812c3fb76b25 (patch) | |
tree | 596e409a3b16d21915fda2afd093d75590fc2d91 | |
parent | 286cbbba0c9ea39b78c1eda32e801d1c2124cd5e (diff) | |
download | vyos-build-a4232e2c1c08164192c61eb4e701812c3fb76b25.tar.gz vyos-build-a4232e2c1c08164192c61eb4e701812c3fb76b25.zip |
Jenkins: keepalived: T4128: must use equuleus pipeline library
-rw-r--r-- | packages/keepalived/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile index 18d260cf..9d6c61a6 100644 --- a/packages/keepalived/Jenkinsfile +++ b/packages/keepalived/Jenkinsfile @@ -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@equuleus')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package |