blob: 3375dd19f2cb14e132cc6439757bfc14c70aeffd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
- 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:
- pollscm:
cron: "H/5 * * * *"
scm:
- git:
url: git@pippiandcarlos.com:repos/openbook-v4-ci.git
branches:
- master
builders:
- shell: |
./build-docker-containers.sh baseimage unstable git@pippiandcarlos.com:repos/openbook-v4-installer.git
|