diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-28 21:30:11 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-28 21:30:11 +0100 |
commit | f43698f363f5aa0759e39ef348e3b202cac021c4 (patch) | |
tree | e3cec05f361a8dcb13c2655323cea9434d290211 /jjb/snapshot-jjb-container/snapshot-jjb-container.yaml | |
parent | cfb7e726ce658b57777e6304bc2c3efac9e206ab (diff) |
Add job to produce container.
Change-Id: Iff8cdb42d3e4c6bbf8e8ad232f6c3fdab5193163
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/snapshot-jjb-container/snapshot-jjb-container.yaml')
-rw-r--r-- | jjb/snapshot-jjb-container/snapshot-jjb-container.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml b/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml new file mode 100644 index 00000000..2490fcc3 --- /dev/null +++ b/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml @@ -0,0 +1,30 @@ +- project: + name: snapshot-jjb-container + jobs: + - snapshot-jjb-container-weekly + +- job-template: + name: 'snapshot-jjb-container-weekly' + project-type: freestyle + concurrent: false + node: agl-test-slave + + build-discarder: + days-to-keep: 30 + num-to-keep: 40 + artifact-days-to-keep: -1 + artifact-num-to-keep: 5 + + triggers: + - timed: '@weekly' + + wrappers: + - agl-infra-wrappers: + build-timeout: '{build-timeout}' + + builders: + - shell: + !include-raw-escape: include-createcontainer.sh + - shell: + !include-raw-escape: include-rsync-container.sh + |