Adding Some fake JJB Jobs to test Job Diff Comment
[sandbox.git] / jjb / sandbox-jobs.yml
1 ---
2
3 - project:
4     name: sandbox-jobs
5     project: sandbox
6     jobs:
7       - 'sandbox-job-1'
8       - 'sandbox-job-2'
9       - 'sandbox-job-3'
10
11 - job:
12     name: sandbox-job-1
13
14     builders:
15       - shell: |
16           #! /bin/bash
17           echo "Hello, from job 1!"
18
19 - job:
20     name: sandbox-job-2
21
22     builders:
23       - shell: |
24           #! /bin/bash
25           echo "Hello, from job 2!"
26
27 - job:
28     name: sandbox-job-3
29
30     builders:
31       - shell: |
32           #! /bin/bash
33           echo "Hello, from job 3!"