diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-10 17:54:32 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-10 17:54:32 -0600 |
| commit | de6ec2efd6b9ca676b2babdbb5dc98ed8f7d9ef0 (patch) | |
| tree | 84736d585933e08ae87ba87b8c731e92df5c230e /jjb/yaml/openbook-database.yaml | |
| parent | 9797586697647222eaa863b7656b7b434d1afc9d (diff) | |
many things
Diffstat (limited to 'jjb/yaml/openbook-database.yaml')
| -rw-r--r-- | jjb/yaml/openbook-database.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/yaml/openbook-database.yaml b/jjb/yaml/openbook-database.yaml new file mode 100644 index 0000000..7482ed1 --- /dev/null +++ b/jjb/yaml/openbook-database.yaml @@ -0,0 +1,21 @@ +--- +- job: + name: openbook-database + 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@github.com:Talligent/openbook-v4-ci.git + branches: + - master + builders: + - shell: | + ./build-docker-containers.sh database |
