summaryrefslogtreecommitdiff
path: root/jjb/yaml/customer-api-server.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/yaml/customer-api-server.yaml')
-rw-r--r--jjb/yaml/customer-api-server.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/jjb/yaml/customer-api-server.yaml b/jjb/yaml/customer-api-server.yaml
new file mode 100644
index 0000000..cb8e39e
--- /dev/null
+++ b/jjb/yaml/customer-api-server.yaml
@@ -0,0 +1,31 @@
+---
+- scm:
+ name: customer-api-server
+ scm:
+ - git:
+ url: git@github.com:Talligent/customer-api-server.git
+ branches:
+ - master
+
+- job:
+ name: customer-api-server
+ display-name: "customer-api-server"
+ project-type: freestyle
+ description: "Builds the customer-api-server microservice."
+ 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:
+ - github
+ scm:
+ - customer-api-server
+ builders:
+ - gradle:
+ build-file: "build.gradle"
+ tasks: |
+ clean
+ shadowJar