diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 12:29:16 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 12:29:16 -0600 |
| commit | 698926e352294bd167cfe158a71689c8606bce7b (patch) | |
| tree | 71d30a06af185d970101ebd52e40c5938469c895 /jjb/yaml | |
| parent | dee90ffc700882369589dc3078abbf81e0bb5927 (diff) | |
putting jjb tree in here
Diffstat (limited to 'jjb/yaml')
| -rw-r--r-- | jjb/yaml/build-docker-containers.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/jjb/yaml/build-docker-containers.yaml b/jjb/yaml/build-docker-containers.yaml new file mode 100644 index 0000000..c005bbd --- /dev/null +++ b/jjb/yaml/build-docker-containers.yaml @@ -0,0 +1,23 @@ +--- +- job: + name: build-docker-container + display-name: "build-docker-container" + project-type: freestyle + description: "Runs the saltstack which generates the docker build scripts and ansible playbook installers. Runs the docker build scripts. Pushes the ansible playbooks to git." + node: openbook_v4 + properties: + - build-discarder: + days-to-keep: 0 + num-to-keep: 1 + artifact-days-to-keep: 0 + artifact-num-to-keep: 0 + triggers: + - timed: "H 0 * * *" + scm: + - git: + url: git@github.com:Talligent/openbook-v4-ci.git + branches: + - master + builders: + - shell: | + ./build-docker-containers.sh |
