aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/release-jjb-halibut-sources/release-jjb-sources.yaml
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-06-12 20:08:02 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-06-12 20:08:02 +0200
commitbfd529bf651daf96e2ea84e781719a09c1ff9cad (patch)
treebac9f9c7fa1419af819fe993fd74641e57d85bc8 /jjb/release-jjb-halibut-sources/release-jjb-sources.yaml
parent4603161514616f686807cb6f03b63d5cfaa6d56b (diff)
Add release jobs for halibut part 2
Add the final release jobs for halibut. Change-Id: Ibcdc8eaa993d118235bad17cf0ea27e6d59fcf33 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-halibut-sources/release-jjb-sources.yaml')
-rw-r--r--jjb/release-jjb-halibut-sources/release-jjb-sources.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/jjb/release-jjb-halibut-sources/release-jjb-sources.yaml b/jjb/release-jjb-halibut-sources/release-jjb-sources.yaml
new file mode 100644
index 00000000..192e4bae
--- /dev/null
+++ b/jjb/release-jjb-halibut-sources/release-jjb-sources.yaml
@@ -0,0 +1,40 @@
+---
+- project:
+ name: release-jjb-halibut-sources
+ jobs:
+ - release-jjb-halibut-sources
+
+- job-template:
+ name: 'release-jjb-halibut-sources'
+ project-type: freestyle
+ concurrent: false
+ node: agl-test-slave
+
+ parameters:
+ - string:
+ name: RELEASE_VERSION
+ default: 7.99.1
+ description: "release version number for build"
+ - string:
+ name: RELEASE_BRANCH
+ default: halibut
+ 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-release-sources-rsync.sh