diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-10-27 14:30:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-27 14:30:27 +0000 |
commit | 542a88c67f869abd95bb374fd05ab36f8a32d2e4 (patch) | |
tree | b0b84dcb93e05f539804fc4234d41dcc5ae5f082 /jjb | |
parent | 690b3d6ea4882a44c0a7fcbfc9076db0debebfdf (diff) | |
parent | b523d45612dac415ae659fb7640d50209d1594ce (diff) |
Merge "add daily job for container4nfv"
Diffstat (limited to 'jjb')
-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 |