diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-04 08:41:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-04 08:41:42 +0200 |
commit | c5371b27ea7fdb4cc1e39c8fb4823232556780e6 (patch) | |
tree | 220063fe9637b89fa94fefd0a4292d3681640d2a /jenkinsfile.kernel.mainline | |
parent | 8a3fda6b0e56fdd5a4ea21f9c982f6325122165e (diff) | |
download | jenkinsfiles-c5371b27ea7fdb4cc1e39c8fb4823232556780e6.tar.gz |
update for 4.16
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 229e5c8..a29eeca 100644 --- a/jenkinsfile.kernel.mainline +++ b/jenkinsfile.kernel.mainline @@ -8,7 +8,7 @@ def KernelSource() { checkout([ $class: 'GitSCM', branches: [ - [ name: '*/linux-4.15.y' ] + [ name: '*/linux-4.16.y' ] ], extensions: [ [ |