diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-05 18:15:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-05 18:15:32 +0000 |
commit | e5555b2b943ecd5388c0ffa4a2785c9f8732f739 (patch) | |
tree | 20da9d8140a6db44f72afc5387940b5caedd3922 /jjb | |
parent | 48656ec519ea0af460bedd778cd8d45b42ed3bdd (diff) | |
parent | c5f52a9bce677992a32eb3a86c922705cbf9120e (diff) |
Merge "Create Stable Branch Jobs for clover"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/clover/clover-project.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/jjb/clover/clover-project.yml b/jjb/clover/clover-project.yml index b31f3deb2..9744688a7 100644 --- a/jjb/clover/clover-project.yml +++ b/jjb/clover/clover-project.yml @@ -18,6 +18,10 @@ branch: '{stream}' gs-pathname: '' disabled: false + - fraser: &fraser + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - job-template: name: 'clover-verify-{stream}' @@ -32,7 +36,8 @@ - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + description: "Used for overriding the GIT URL coming from Global Jenkins\ + \ configuration in case if the stuff is done on none-LF HW." # yamllint enable rule:line-length - 'opnfv-build-ubuntu-defaults' @@ -133,7 +138,8 @@ - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + description: "Used for overriding the GIT URL coming from Global Jenkins\ + \ configuration in case if the stuff is done on none-LF HW." # yamllint enable rule:line-length - node: name: SLAVE_NAME |