diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-23 20:00:55 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-23 20:00:55 +0100 |
commit | b8ceeb126309c2ecc9ff2d75a25cba09248a5665 (patch) | |
tree | dbc1be39835bfe3bbfb7b442e69a6441bd861873 | |
parent | ef81d1223428e9598157baa72fdbd1066e35f9b2 (diff) | |
download | jenkinsfiles-b8ceeb126309c2ecc9ff2d75a25cba09248a5665.tar.gz |
add candidate to repo
-rw-r--r-- | jenkinsfile.kernel.repo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkinsfile.kernel.repo b/jenkinsfile.kernel.repo index 36d6db9..c5b5a8b 100644 --- a/jenkinsfile.kernel.repo +++ b/jenkinsfile.kernel.repo @@ -29,6 +29,7 @@ pipeline { CopyKernel('lts-404') CopyKernel('lts-414') CopyKernel('mainline') + CopyKernel('candidate') } } stage ('create repo') { |