diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-16 20:06:53 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-16 22:58:17 +0200 |
commit | 71803ddbf61e764a0e5d37493b24c49c9d0a9e72 (patch) | |
tree | 4f98140dd0e58c1e1169b8150de3f905fcede53f /jjb/release-blowfish/release-blowfish.yaml | |
parent | de90e79c541db66a73876bd880c8ff25c36d6d85 (diff) |
Add job for blowfish release
This adds a jjb job for the blowfish release.
Change-Id: Id977efeede16696597fe3334759db2bb7ce3bf5c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-blowfish/release-blowfish.yaml')
-rw-r--r-- | jjb/release-blowfish/release-blowfish.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/jjb/release-blowfish/release-blowfish.yaml b/jjb/release-blowfish/release-blowfish.yaml new file mode 100644 index 00000000..ecd62bf3 --- /dev/null +++ b/jjb/release-blowfish/release-blowfish.yaml @@ -0,0 +1,28 @@ +--- +- project: + name: release-blowfish + jobs: + - 'release-blowfish' + + project: 'release-blowfish' + branch: master + +- job-template: + name: 'release-blowfish' + + project-type: freestyle + node: agl-test-slave + + build-discarder: + days-to-keep: -1 + num-to-keep: -1 + artifact-days-to-keep: -1 + artifact-num-to-keep: -1 + + wrappers: + - agl-infra-wrappers: + build-timeout: '{build-timeout}' + + builders: + - shell: + !include-raw-escape: include-release-blowfish.sh |