summaryrefslogtreecommitdiff
path: root/jjb/yaml/admin-api-server.yaml
blob: d5c16f4e129aacc456869d4d7665bded5e59f6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
- scm:
    name: openbook-core
    scm:
      - git:
          url: git@github.com:Talligent/openbook-core.git
          branches:
            - master

- scm:
    name: admin-api-server
    scm:
      - git:
          url: git@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: "Builds the admin-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:
      - admin-api-server-combined
    builders:
      - gradle:
          build-file: "build.gradle"
          tasks: |
            clean
            shadowJar