diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-06-07 14:03:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-07 14:03:08 +0000 |
commit | 2fbdbedbb88ddd1cd126034811a4d1a5120a15f4 (patch) | |
tree | 51feac877c28b3f8345679b56f9493d1646571a2 /jjb | |
parent | d7c9390a4434f030914b78b9c2a44f7673b5b63f (diff) | |
parent | 6e4e4750ca8c98ebf83639b405b824308a5ad63b (diff) |
Merge "Use armband project for deploy in auto"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/auto/auto.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/auto/auto.yaml b/jjb/auto/auto.yaml index 518f8ea87..5c2af043c 100644 --- a/jjb/auto/auto.yaml +++ b/jjb/auto/auto.yaml @@ -87,7 +87,7 @@ parameters: - project-parameter: - project: 'armband' + project: '{project}' branch: '{branch}' - '{installer}-defaults': gs-pathname: '{gs-pathname}' @@ -96,6 +96,9 @@ - string: name: DEPLOY_SCENARIO default: '{scenario}' + - string: + name: PROJECT + default: '{project}' builders: - trigger-builds: @@ -103,6 +106,7 @@ current-parameters: false predefined-parameters: DEPLOY_SCENARIO='os-nosdn-nofeature-ha' + PROJECT='armband' same-node: true block: true |