diff options
-rw-r--r-- | jjb/opnfvdocs/docs-rtd.yaml | 2 | ||||
-rw-r--r-- | jjb/opnfvdocs/opnfvdocs.yaml | 4 | ||||
-rw-r--r-- | releases/moselle/opnfvdocs.yaml | 17 |
3 files changed, 23 insertions, 0 deletions
diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml index e1504605d..d8ed123c9 100644 --- a/jjb/opnfvdocs/docs-rtd.yaml +++ b/jjb/opnfvdocs/docs-rtd.yaml @@ -17,6 +17,8 @@ stream: - master: branch: 'master' + - moselle: + branch: 'stable/{stream}' - lakelse: branch: 'stable/{stream}' - iruya: diff --git a/jjb/opnfvdocs/opnfvdocs.yaml b/jjb/opnfvdocs/opnfvdocs.yaml index 988e66e1b..b112786a6 100644 --- a/jjb/opnfvdocs/opnfvdocs.yaml +++ b/jjb/opnfvdocs/opnfvdocs.yaml @@ -17,6 +17,10 @@ branch: '{stream}' gs-pathname: '' disabled: false + - moselle: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - lakelse: branch: 'stable/{stream}' gs-pathname: '/{stream}' diff --git a/releases/moselle/opnfvdocs.yaml b/releases/moselle/opnfvdocs.yaml new file mode 100644 index 000000000..f9be3d357 --- /dev/null +++ b/releases/moselle/opnfvdocs.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: opnfvdocs +project-type: infra +release-model: stable + +branches: + - name: stable/moselle + location: + opnfvdocs: 79b31e661c5676f5f21acb7b2870bb0ed8d0e301 |