From 6e4e4750ca8c98ebf83639b405b824308a5ad63b Mon Sep 17 00:00:00 2001 From: pava Date: Thu, 7 Jun 2018 10:36:46 +0200 Subject: [PATCH] Use armband project for deploy in auto Change-Id: I76dabebfd696c9b307399e1906740df823b4d91c Signed-off-by: Paul Vaduva --- jjb/auto/auto.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.16.6