diff options
Diffstat (limited to 'jjb/auto/auto.yaml')
-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 |