summaryrefslogtreecommitdiff
path: root/jjb/yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-02 16:22:57 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-02 16:22:57 -0600
commit2b6dbe02185f7b79bae400600df046bb5b8bff2a (patch)
treefd003ae1b0984b61b1c0285990ed385d824eee6a /jjb/yaml
parent99cf95be512ed5de15045d524f7a5b58fc5a327b (diff)
adding gradle build capability
Diffstat (limited to 'jjb/yaml')
-rw-r--r--jjb/yaml/admin-api-server.yaml49
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