diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-22 13:07:43 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-22 13:07:43 -0700 |
| commit | d96f56a838671424580766beccbe63ad677e4ab8 (patch) | |
| tree | db6877f763b7aa72f12ec681578e9d53ee088b3b /jjb/yaml/openbook-baseimage.yaml | |
| parent | 1d12614280fe82454053e2bf381023dcb0c6612c (diff) | |
added docker baseimage
Issue: IS-34
Diffstat (limited to 'jjb/yaml/openbook-baseimage.yaml')
| -rw-r--r-- | jjb/yaml/openbook-baseimage.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/yaml/openbook-baseimage.yaml b/jjb/yaml/openbook-baseimage.yaml new file mode 100644 index 0000000..d42cd60 --- /dev/null +++ b/jjb/yaml/openbook-baseimage.yaml @@ -0,0 +1,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 |
