summaryrefslogtreecommitdiffstats
path: root/jjb/sandbox-jobs.yml
blob: 4d60392a115400243de9369f8861509e73a2982b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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!"