summaryrefslogtreecommitdiff
path: root/jjb/yaml/verizoncloudplatform.com/image-foundry.yaml
blob: db35f51eb8bf2378410a7eac5c6d4532ff585d15 (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
---
- 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:
      - github
    scm:
      - git:
          url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git"
          branches:
            - "master"
    builders:
      - trigger-builds:
          - project: "image-foundry-if-pipeline"

- job:
    name: "image-foundry-vzw"
    project-type: freestyle
    node: image_foundry
    properties:
      - build-discarder:
          days-to-keep: 0
          num-to-keep: 1
          artifact-days-to-keep: 0
    triggers:
      - github
    scm:
      - git:
          url: "git@github.vcp.vzwnet.com:konstca/image-foundry-vzw.git"
          branches:
            - "master"
    builders:
      - trigger-builds:
          - project: "image-foundry-if-pipeline"