From c0b955a0e5a8f1f6145d49202592445bc69f6785 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 28 Apr 2022 15:02:20 +0200 Subject: kernel: pin Pipeline to specific commit Latest Pipeline commit can not find src packages for the Kernel und thus breaks the build --- packages/linux-kernel/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 83d93222..3a448fb7 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/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@71c91e6')_ def pkgList = [ // The Linux Kernel -- cgit v1.2.3