aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-23 19:46:10 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-23 19:46:10 +0200
commitf59e3e49b121c5ad09d87b11cb2e35513cdff44e (patch)
tree9be614273659c6d8be64d70a9e7f5921302fb128
parent922471764bc9cb848d1d0a6d9a685db8ffd02495 (diff)
downloadjenkinsfiles-f59e3e49b121c5ad09d87b11cb2e35513cdff44e.tar.gz
try fix candidate
-rw-r--r--Jenkinsfile.candidate2
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: [
[