diff options
-rw-r--r-- | packages/ethtool/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/isc-dhcp/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/pmacct/Jenkinsfile | 2 |
3 files changed, 3 insertions, 3 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', diff --git a/packages/isc-dhcp/Jenkinsfile b/packages/isc-dhcp/Jenkinsfile index 02af15d9..ce334c92 100644 --- a/packages/isc-dhcp/Jenkinsfile +++ b/packages/isc-dhcp/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@sagitta')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package diff --git a/packages/pmacct/Jenkinsfile b/packages/pmacct/Jenkinsfile index 19af2c9b..57830b32 100644 --- a/packages/pmacct/Jenkinsfile +++ b/packages/pmacct/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 package_name = 'pmacct' // "sudo apt-get remove git -y" is necessary for solving this issue https://vyos.dev/T5663 |