blob: 3bf90e4c0754f038ec9ae518555ebf5a4e5578f1 (
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
|
---
- job-template:
name: '{repo}-xtesting-{tag}-pull'
builders:
- shell: docker pull {repo}/xtesting:{tag}
- project:
name: '{repo}-xtesting-{tag}-pull'
jobs:
- '{repo}-xtesting-{tag}-pull'
- job-template:
name: '{repo}-xtesting-{tag}-daily'
project-type: multijob
builders:
- multijob:
name: pull container
projects:
- name: '{repo}-xtesting-{tag}-pull'
- multijob:
name: samples
projects:
- name: '{repo}-xtesting-first-{tag}-run'
- name: '{repo}-xtesting-second-{tag}-run'
- name: '{repo}-xtesting-third-{tag}-run'
- name: '{repo}-xtesting-fourth-{tag}-run'
- name: '{repo}-xtesting-fifth-{tag}-run'
- project:
name: '{repo}-xtesting-{tag}-daily'
jobs:
- '{repo}-xtesting-{tag}-daily'
|