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.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/jjb/yaml/customer-api-server.yaml b/jjb/yaml/customer-api-server.yaml
deleted file mode 100644
index added8e..0000000
--- a/jjb/yaml/customer-api-server.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
----
-- 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"
- switches:
- - "-P buildNumber=4.1.$BUILD_NUMBER"
- - "-P buildMode=buildProd"
- - "-D org.gradle.daemon=false"
- tasks: |
- clean
- shadowJar