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