aboutsummaryrefslogtreecommitdiff
path: root/lite-gateway-ubuntu-core.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-16 19:03:35 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-09 12:15:59 +0000
commitc9a814e7b6ce5e86f385cc922aaee0741a2bac03 (patch)
treefec963a9b10772d3576123824813fe4fd697d9ed /lite-gateway-ubuntu-core.yaml
parenta33700d7879f10b206d53d466910f355d4d4d4c4 (diff)
lite-gateway-ubuntu-core: initial build job
https://projects.linaro.org/browse/TICKET-580 Change-Id: I2f4ca6bb209d4f267293bd9170dea7feaa65cb1a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lite-gateway-ubuntu-core.yaml')
-rw-r--r--lite-gateway-ubuntu-core.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/lite-gateway-ubuntu-core.yaml b/lite-gateway-ubuntu-core.yaml
new file mode 100644
index 00000000..41ac90ea
--- /dev/null
+++ b/lite-gateway-ubuntu-core.yaml
@@ -0,0 +1,27 @@
+- job:
+ name: lite-gateway-ubuntu-core
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ disabled: false
+ node: docker-xenial-amd64
+ display-name: 'LITE - Ubuntu Core gateway image'
+ wrappers:
+ - timestamps
+ - copy-to-slave:
+ includes:
+ - snap.tar
+ relative-to: 'somewhereElse'
+ builders:
+ - shell:
+ !include-raw: lite-gateway-ubuntu-core/builders.sh
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org madper.xie@linaro.org'