diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-23 19:46:10 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-23 19:46:10 +0200 |
commit | f59e3e49b121c5ad09d87b11cb2e35513cdff44e (patch) | |
tree | 9be614273659c6d8be64d70a9e7f5921302fb128 | |
parent | 922471764bc9cb848d1d0a6d9a685db8ffd02495 (diff) | |
download | jenkinsfiles-f59e3e49b121c5ad09d87b11cb2e35513cdff44e.tar.gz |
try fix candidate
-rw-r--r-- | Jenkinsfile.candidate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile.candidate b/Jenkinsfile.candidate index c8805ae..2d926ea 100644 --- a/Jenkinsfile.candidate +++ b/Jenkinsfile.candidate @@ -8,7 +8,7 @@ def KernelSource() { checkout([ $class: 'GitSCM', branches: [ - [ name: ':refs/tags/v.*-rc.*' ] + [ name: ':refs/tags/v5.*-rc.*' ] ], extensions: [ [ |