diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-10-26 17:02:28 -0400 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-10-26 17:08:15 -0400 |
commit | b523d45612dac415ae659fb7640d50209d1594ce (patch) | |
tree | 0b5a86413feaf56bfe071f2a2406d89e0120f13d | |
parent | 15d0c604dddaeb6471e3f1f4529b60e32b479582 (diff) |
add daily job for container4nfv
Change-Id: I78a06c6123c9bfad33953eab0eb5db76ee0d5e84
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
-rw-r--r-- | jjb/container4nfv/container4nfv-project.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/jjb/container4nfv/container4nfv-project.yml b/jjb/container4nfv/container4nfv-project.yml index c7666a1e6..76e5e2f5e 100644 --- a/jjb/container4nfv/container4nfv-project.yml +++ b/jjb/container4nfv/container4nfv-project.yml @@ -10,6 +10,7 @@ jobs: - 'container4nfv-verify-{stream}' + - 'container4nfv-daily-{stream}' stream: - master: @@ -63,3 +64,39 @@ - shell: | cd $WORKSPACE/ci ./build.sh + + +- job-template: + name: 'container4nfv-daily-{stream}' + + project-type: freestyle + + disabled: '{obj:disabled}' + + concurrent: false + + properties: + - logrotate-default + + parameters: + - project-parameter: + project: '{project}' + branch: '{branch}' + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - huawei-virtaul6 + default-slaves: + - huawei-virtaul6 + + scm: + - git-scm + + triggers: + - timed: '@midnight' + + builders: + - shell: + cd $WORKSPACE/ci + ./deploy.sh |