diff options
author | 2018-04-04 02:41:01 -0700 | |
---|---|---|
committer | 2018-04-04 02:41:01 -0700 | |
commit | c324c6eb9589bfce44d640f2e26de939a29bf160 (patch) | |
tree | 4fb22a24975a8d1e37863dd5c988134a2b46d522 /jjb/parser | |
parent | 960ce66abd461945e6856d6a9bd5d44d91a3d004 (diff) |
Create Stable Branch Jobs for parser
Change-Id: I1775d4c2ad2018ef01cf07e8acd58e9a2a73192c
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Diffstat (limited to 'jjb/parser')
-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}' |