diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-16 22:37:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-16 22:37:15 +0000 |
commit | bede394dae3cc0f577a35a10880ea1f9fceeebbc (patch) | |
tree | e9e15a6b79e65b367a1f99188f2d473e01273380 | |
parent | db4686187bf7890eece220f1f9e4ccea5c1693c6 (diff) | |
parent | a21cf873cc6d4af6c263a4e3d713cf59ae4c56ff (diff) |
Merge "Create Stable Branch Jobs for doctor"
-rw-r--r-- | jjb/doctor/doctor.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index c79210e15..2d5fe0ef2 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -14,7 +14,11 @@ branch: '{stream}' gs-pathname: '' disabled: false - - fraser: &fraser + - gambia: &gambia + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - fraser: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false |