From ba31c544063f1bfe353a3e7469fb4d5b65a9c126 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 8 Nov 2021 05:50:07 -0600 Subject: Jenkins: enable CI/CD pipeline library --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 21a6829..5a13338 100644 --- a/Jenkinsfile +++ b/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')_ // Start package build using library function from https://github.com/vyos/vyos-build buildPackage(null, null, null, true) -- cgit v1.2.3