diff options
author | 2017-12-05 16:36:27 -0800 | |
---|---|---|
committer | 2017-12-05 16:54:21 -0800 | |
commit | 9cbee8d6cf2aedd1a792af0034932cc77b5c49c0 (patch) | |
tree | 9537ee11ad985a61075c530a32bad44db200edb3 /jjb/global | |
parent | 3732c0ac30c2b67b30680aee2d0ba8982a9b528c (diff) |
Backup Pharos Dashboard Data
Use an alpine container to mount the pharos_data volume and create a
backup in the home directory on the system.
Change-Id: If6700a8c4cd19a6c4b854efc54225d8f6b973aaa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/slave-params.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index c645de60e..ae0ae1ed1 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -441,6 +441,22 @@ description: "Directory where the build artifact will be located upon the completion of the build." - parameter: + name: 'pharos-dashboard-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'pharos-dashboard' + description: 'Slave label on Jenkins' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - string: + name: BUILD_DIRECTORY + default: $WORKSPACE/build_output + description: "Directory where the build artifact will be located upon the completion of the build." + +- parameter: name: 'opnfv-build-defaults' parameters: - label: |