diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-12-10 14:54:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-12-10 14:54:09 +0000 |
commit | 96cd6876d08b1e6293ce42040bdcfef352277704 (patch) | |
tree | 7f0e92e867fb1dad0c8c8e48351b3f9eddaa38c7 | |
parent | 5dc0d027dfa191559c07d941c335c7bd219591f2 (diff) | |
parent | d76a85d831af6be5af63ec190b76e59ffcf4836e (diff) |
Merge "Create Stable Branch Jobs for stor4nfv"
-rw-r--r-- | jjb/stor4nfv/stor4nfv-rtd-jobs.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/stor4nfv/stor4nfv-rtd-jobs.yaml b/jjb/stor4nfv/stor4nfv-rtd-jobs.yaml index 0383c77c7..84addff97 100644 --- a/jjb/stor4nfv/stor4nfv-rtd-jobs.yaml +++ b/jjb/stor4nfv/stor4nfv-rtd-jobs.yaml @@ -12,7 +12,11 @@ - master: branch: '{stream}' disabled: false - - hunter: &hunter + - iruya: &iruya + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - hunter: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false |