diff options
author | jenkins-ci <jenkins-opnfv-ci@opnfv.org> | 2018-04-10 05:50:07 -0700 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-04-17 14:38:32 +0000 |
commit | d8dcf5c1de34458f1f6760742c1e3df57f403041 (patch) | |
tree | 1dfdab5b07fd0550949842175e924d3623d140dc /jjb/opnfvdocs | |
parent | 6e8cb044a7e7b0f19680ab5c59afaa23192392af (diff) |
Create Stable Branch Jobs for opnfvdocs
Change-Id: I820572906b65082d3a0dc06486d5bf92f0d0269c
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r-- | jjb/opnfvdocs/docs-rtd.yaml | 2 | ||||
-rw-r--r-- | jjb/opnfvdocs/opnfvdocs.yml | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml index 28f9354fa..ece856903 100644 --- a/jjb/opnfvdocs/docs-rtd.yaml +++ b/jjb/opnfvdocs/docs-rtd.yaml @@ -8,6 +8,8 @@ stream: - master: branch: 'master' + - fraser: + branch: 'stable/{stream}' - danube: branch: 'stable/{stream}' - euphrates: diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index 908ddba9d..5f08f69a4 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -17,6 +17,10 @@ branch: '{stream}' gs-pathname: '' disabled: false + - fraser: &fraser + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - euphrates: branch: 'stable/{stream}' gs-pathname: '/{stream}' @@ -87,7 +91,8 @@ - string: name: GS_URL default: '$GS_BASE{gs-pathname}' - description: "Directory where the build artifact will be located upon the completion of the build." + description: "Directory where the build artifact will be located upon\ + \ the completion of the build." scm: - git-scm |