diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-06 18:05:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-06 18:05:24 +0000 |
commit | 5197861b967f74573a3e3d255db6d4b0516b33e6 (patch) | |
tree | 822e33ec19f7a4506d50b1760fcf1f836646e75e /jjb | |
parent | 34fdd5026155a29f530bbfd3c765639bebde3b25 (diff) | |
parent | c324c6eb9589bfce44d640f2e26de939a29bf160 (diff) |
Merge "Create Stable Branch Jobs for parser"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/parser/parser.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/parser/parser.yml b/jjb/parser/parser.yml index 87544196a..b711985bd 100644 --- a/jjb/parser/parser.yml +++ b/jjb/parser/parser.yml @@ -16,6 +16,10 @@ branch: '{stream}' gs-pathname: '' disabled: false + - fraser: &fraser + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - euphrates: branch: 'stable/{stream}' gs-pathname: '/{stream}' |