aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-leg.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-09-10 10:04:40 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-09-10 10:04:40 +0300
commit070ac6a17d3145f1b1083a7451da27ff72edd3c6 (patch)
tree986ce134f39ff7e324e431f40aa3d36846adeae2 /trigger-linux-leg.yaml
parent326ac1797456cfb2e8f40718586c9f9235203170 (diff)
Add trigger-linux-leg job
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-linux-leg.yaml')
-rw-r--r--trigger-linux-leg.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-linux-leg.yaml b/trigger-linux-leg.yaml
new file mode 100644
index 0000000000..054417569d
--- /dev/null
+++ b/trigger-linux-leg.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-linux-leg
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for LEG Kernel'
+ scm:
+ - git:
+ url: git://git.linaro.org/leg/acpi/leg-kernel.git
+ refspec: +refs/heads/leg-kernel:refs/remotes/origin/leg-kernel
+ name: origin
+ branches:
+ - origin/leg-kernel
+ 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: 'linux-stable'