aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-18 10:16:02 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-18 10:16:02 +0200
commit398e2d25c1ca8cea19d091246cbf785e95156bb4 (patch)
tree269b170c30c499f44cc759ca142ea1b56b17d9d2 /jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml
parentee1b0e554f724b4f6ea5f7e04c14ee18274e8dd6 (diff)
Add source and binary release jobs for EE
Change-Id: I75103b1943f7a2778d4fb1a7e06383e9515566b4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml')
-rw-r--r--jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml b/jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml
new file mode 100644
index 00000000..1951d399
--- /dev/null
+++ b/jjb/release-jjb-eel-sources/release-jjb-eel-sources.yaml
@@ -0,0 +1,40 @@
+---
+- project:
+ name: release-jjb-eel-sources
+ jobs:
+ - release-jjb-eel-sources
+
+- job-template:
+ name: 'release-jjb-eel-sources'
+ project-type: freestyle
+ concurrent: false
+ node: agl-test-slave
+
+ parameters:
+ - string:
+ name: RELEASE_VERSION
+ default: 4.99.1
+ description: "release version number for build"
+ - string:
+ name: RELEASE_BRANCH
+ default: eel
+ description: "release branch to build"
+ - string:
+ name: UPLOAD
+ default: yes_or_no
+ description: "Upload?"
+
+ build-discarder:
+ days-to-keep: 30
+ num-to-keep: 40
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: 5
+
+ wrappers:
+ - agl-infra-wrappers:
+ build-timeout: '{build-timeout}'
+
+ builders:
+ - shell:
+ !include-raw-escape:
+ - include-release-jjb-eel-release-sources-rsync.sh