diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-12-28 13:16:18 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-12-28 13:16:18 +0100 |
commit | 42766f541c679bba6e3495a84e8c9fcfbad49065 (patch) | |
tree | 22ad9d93157549639b1a74929fb7fb96aa40e1e6 /jenkinsfile.kernel.mainline | |
parent | a17d5362478c288887cb3f44c358fac9de8603dc (diff) | |
download | jenkinsfiles-42766f541c679bba6e3495a84e8c9fcfbad49065.tar.gz |
lts 4.19, mainline 4.20
Diffstat (limited to 'jenkinsfile.kernel.mainline')
-rw-r--r-- | jenkinsfile.kernel.mainline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfile.kernel.mainline b/jenkinsfile.kernel.mainline index 37456f5..cc112e4 100644 --- a/jenkinsfile.kernel.mainline +++ b/jenkinsfile.kernel.mainline @@ -8,7 +8,7 @@ def KernelSource() { checkout([ $class: 'GitSCM', branches: [ - [ name: '*/linux-4.19.y' ] + [ name: '*/linux-4.20.y' ] ], extensions: [ [ |