blob: 9fbaff2ae91bbcfca345921ed8d2abc4e063e8bb (
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
34
35
36
37
38
39
40
41
42
|
---
- job:
name: "image-foundry"
project-type: freestyle
node: image_foundry
properties:
- build-discarder:
days-to-keep: 0
num-to-keep: 1
artifact-days-to-keep: 0
triggers:
- pollscm:
cron: "H/5 * * * *"
scm:
- git:
url: "git@pippiandcarlos.com:repos/image-foundry.git"
branches:
- "master"
builders:
- trigger-builds:
- project: "image-foundry-if-pipeline"
- job:
name: "image-foundry-pippiandarlos"
project-type: freestyle
node: image_foundry
properties:
- build-discarder:
days-to-keep: 0
num-to-keep: 1
artifact-days-to-keep: 0
triggers:
- pollscm:
cron: "H/5 * * * *"
scm:
- git:
url: "git@pippiandcarlos.com:repos/image-foundry-pippiandcarlos.git"
branches:
- "master"
builders:
- trigger-builds:
- project: "image-foundry-if-pipeline"
|