summaryrefslogtreecommitdiff
path: root/packages/pmacct
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pmacct')
-rw-r--r--packages/pmacct/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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