diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-03 18:26:57 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-03 18:26:57 -0600 |
| commit | 4ad015634fb1bd99098abe6bbb3543d2930f3ee5 (patch) | |
| tree | a456f154afa6edbb73832ab056e5fc0fefab2649 /jjb/yaml/admin-web-ui.yaml | |
| parent | eff68e066b1cb323ae9f66f154040429e391f98f (diff) | |
adding npm for gradle builds
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 |
