aboutsummaryrefslogtreecommitdiff
path: root/trigger-96boards-b2260-u-boot.yaml
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2017-01-17 09:22:40 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2017-01-17 11:55:04 +0200
commitf8e59dd4e6a0cff4ee7c1fbc882937880fa36bfd (patch)
tree182932a98eee8689bea9468e01162adedc614474 /trigger-96boards-b2260-u-boot.yaml
parentc2bfd24f589591ffaf8c74533a674969ee260159 (diff)
96boards-b2260: provide a trigger for STiH410 B2260 U-Boot
Change-Id: I2bbf1c3fd0b414c906ad5b6d3975c1fa2d5d6efb Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'trigger-96boards-b2260-u-boot.yaml')
-rw-r--r--trigger-96boards-b2260-u-boot.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-96boards-b2260-u-boot.yaml b/trigger-96boards-b2260-u-boot.yaml
new file mode 100644
index 00000000..b712940f
--- /dev/null
+++ b/trigger-96boards-b2260-u-boot.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-96boards-b2260-u-boot
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ disabled: false
+ node: build
+ display-name: 'Trigger for 96boards - STiH410 B2260 U-Boot'
+ scm:
+ - git:
+ url: https://github.com/cpriouzeau/STi-U-Boot.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: origin
+ branches:
+ - refs/heads/master
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ triggers:
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - trigger-builds:
+ - project: '96boards-b2260-u-boot'