From 820e2d7ec3e6778b68f2953a641482a936b5900f Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 12 Jul 2017 16:06:48 -0700 Subject: Adding Some fake JJB Jobs to test Job Diff Comment Change-Id: I9b3d561d3cf9de3fb6bba5f34ee0943c53e43ab8 Signed-off-by: Trevor Bramwell --- jjb/sandbox-jobs.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/sandbox-jobs.yml diff --git a/jjb/sandbox-jobs.yml b/jjb/sandbox-jobs.yml new file mode 100644 index 0000000..4d60392 --- /dev/null +++ b/jjb/sandbox-jobs.yml @@ -0,0 +1,33 @@ +--- + +- project: + name: sandbox-jobs + project: sandbox + jobs: + - 'sandbox-job-1' + - 'sandbox-job-2' + - 'sandbox-job-3' + +- job: + name: sandbox-job-1 + + builders: + - shell: | + #! /bin/bash + echo "Hello, from job 1!" + +- job: + name: sandbox-job-2 + + builders: + - shell: | + #! /bin/bash + echo "Hello, from job 2!" + +- job: + name: sandbox-job-3 + + builders: + - shell: | + #! /bin/bash + echo "Hello, from job 3!" -- cgit 1.2.3-korg