diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-02 16:22:57 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-02 16:22:57 -0600 |
| commit | 2b6dbe02185f7b79bae400600df046bb5b8bff2a (patch) | |
| tree | fd003ae1b0984b61b1c0285990ed385d824eee6a /jjb/yaml/admin-api-server.yaml | |
| parent | 99cf95be512ed5de15045d524f7a5b58fc5a327b (diff) | |
adding gradle build capability
Diffstat (limited to 'jjb/yaml/admin-api-server.yaml')
| -rw-r--r-- | jjb/yaml/admin-api-server.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/jjb/yaml/admin-api-server.yaml b/jjb/yaml/admin-api-server.yaml new file mode 100644 index 0000000..2cf2dcd --- /dev/null +++ b/jjb/yaml/admin-api-server.yaml @@ -0,0 +1,49 @@ +--- +- scm: + name: openbook-core + scm: + - git: + url: https://github.com/Talligent/openbook-core.git + branches: + - master + +- scm: + name: admin-api-server + scm: + - git: + url: https://github.com/Talligent/admin-api-server.git + branches: + - master + +- scm: + name: admin-api-server-combined + scm: + - openbook-core + - admin-api-server + +- job: + name: admin-api-server + display-name: "admin-api-server" + project-type: freestyle + description: "" + 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 23 * * *" + scm: + - admin-api-server-combined + builders: + - gradle: + build-file: "build.gradle" + gradle-name: "gradle-1.2" + wrapper: true + executable: true + use-root-dir: true + tasks: | + clean + shadowJar |
