diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-28 16:08:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-28 16:08:19 +0200 |
commit | 3600691fe2c9a88780c896ee34013f48e79ca14a (patch) | |
tree | 140946d2ffbfdfd37818840d35ef247899afb99b | |
parent | c0b955a0e5a8f1f6145d49202592445bc69f6785 (diff) | |
download | vyos-build-3600691fe2c9a88780c896ee34013f48e79ca14a.tar.gz vyos-build-3600691fe2c9a88780c896ee34013f48e79ca14a.zip |
Revert "kernel: pin Pipeline to specific commit"
This reverts commit c0b955a0e5a8f1f6145d49202592445bc69f6785.
-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 3a448fb7..83d93222 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@71c91e6')_ +@Library('vyos-build@current')_ def pkgList = [ // The Linux Kernel |