diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-28 15:02:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 15:02:20 +0200 |
commit | c0b955a0e5a8f1f6145d49202592445bc69f6785 (patch) | |
tree | 7668375c62b20dd5080c83a494d9c0517e07a4ea | |
parent | 3ab0eed6b9dd836f82dab99901a36106e477000c (diff) | |
download | vyos-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
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |