diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2016-04-20 14:07:27 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-04-20 13:09:35 +0000 |
commit | 117d9d72df6f9a93099328e412d5470b0c99d982 (patch) | |
tree | 77186e5bae60e16747b8e260f1302db933fdcd57 /jjb/armband | |
parent | 66f24c075ee0202ce0a70dfba9276d161b2d3ad8 (diff) |
armband.yml: add daily build job to the project
Change-Id: I1c500952b673937581a604daf57e2290ce50cbdc
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Diffstat (limited to 'jjb/armband')
-rw-r--r-- | jjb/armband/armband.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/armband/armband.yml b/jjb/armband/armband.yml index 75c0e7a7b..61073c166 100644 --- a/jjb/armband/armband.yml +++ b/jjb/armband/armband.yml @@ -9,6 +9,7 @@ jobs: - 'armband-verify-{stream}' + - 'armband-build-daily-{stream}' stream: - master: @@ -72,7 +73,7 @@ max-per-node: 1 parameters: - - project-parameters: + - project-parameter: project: '{project}' - 'arm-build1-defaults' - choice: @@ -89,11 +90,11 @@ branch: '{branch}' triggers: - -pollscm: + - pollscm: cron: '0 H/4 * * *' wrappers: - -timeout: + - timeout: timeout: 360 fail: true |