diff options
author | pava <Paul.Vaduva@enea.com> | 2018-06-07 10:36:46 +0200 |
---|---|---|
committer | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-06-07 13:45:17 +0200 |
commit | 6e4e4750ca8c98ebf83639b405b824308a5ad63b (patch) | |
tree | 7f512fc50cd17629c7e201dd4e9b70da5907f0d4 | |
parent | a8d59a5b4163078e00ea9f56d666a64815468e07 (diff) |
Use armband project for deploy in auto
Change-Id: I76dabebfd696c9b307399e1906740df823b4d91c
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
-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 |