diff options
author | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-06-11 13:37:12 +0200 |
---|---|---|
committer | Paul-Ionut Vaduva <paul.vaduva@enea.com> | 2018-06-12 11:46:26 +0000 |
commit | fe7101fd760a75bf42c816944c66333be0cee085 (patch) | |
tree | e84132c818b35e6de407426b917027718166902f /jjb/armband | |
parent | 53c4bfef96008d3270c6a970de8b4afc6be7119d (diff) |
Auto: Project Modification in armband jobs
In order for us to run a job template from
armband project and to override the project
parameter that defaults to auto we need to
modify the template for the deploy job from
armband.
Change-Id: Idf465107eb571d632dc09dbcce8e4c796648dc4b
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Diffstat (limited to 'jjb/armband')
-rw-r--r-- | jjb/armband/armband-ci-jobs.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/armband/armband-ci-jobs.yaml b/jjb/armband/armband-ci-jobs.yaml index fe2bbcc63..140f84b03 100644 --- a/jjb/armband/armband-ci-jobs.yaml +++ b/jjb/armband/armband-ci-jobs.yaml @@ -252,6 +252,9 @@ - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' + - string: + name: PROJECT + default: '{project}' scm: - git-scm |