blob: abbfb11bef288b6b675fc8b576cd7acc29df0ece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
- job:
name: openbook-baseimage
project-type: freestyle
node: openbook_v4
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/openbook-v4-ci.git
branches:
- master
builders:
- shell: |
./build-docker-containers.sh baseimage unstable git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git
|