summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-28 15:02:20 +0200
committerGitHub <noreply@github.com>2022-04-28 15:02:20 +0200
commitc0b955a0e5a8f1f6145d49202592445bc69f6785 (patch)
tree7668375c62b20dd5080c83a494d9c0517e07a4ea /packages/linux-kernel/Jenkinsfile
parent3ab0eed6b9dd836f82dab99901a36106e477000c (diff)
downloadvyos-build-c0b955a0e5a8f1f6145d49202592445bc69f6785.tar.gz
vyos-build-c0b955a0e5a8f1f6145d49202592445bc69f6785.zip
kernel: pin Pipeline to specific commit
Latest Pipeline commit can not find src packages for the Kernel und thus breaks the build
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 83d9322..3a448fb 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