diff options
Diffstat (limited to 'jjb/yaml/admin-api-server.yaml')
| -rw-r--r-- | jjb/yaml/admin-api-server.yaml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/jjb/yaml/admin-api-server.yaml b/jjb/yaml/admin-api-server.yaml index 2cf2dcd..d5c16f4 100644 --- a/jjb/yaml/admin-api-server.yaml +++ b/jjb/yaml/admin-api-server.yaml @@ -3,7 +3,7 @@ name: openbook-core scm: - git: - url: https://github.com/Talligent/openbook-core.git + url: git@github.com:Talligent/openbook-core.git branches: - master @@ -11,7 +11,7 @@ name: admin-api-server scm: - git: - url: https://github.com/Talligent/admin-api-server.git + url: git@github.com:Talligent/admin-api-server.git branches: - master @@ -25,7 +25,7 @@ name: admin-api-server display-name: "admin-api-server" project-type: freestyle - description: "" + description: "Builds the admin-api-server microservice." node: openbook_v4 properties: - build-discarder: @@ -34,16 +34,12 @@ artifact-days-to-keep: 0 artifact-num-to-keep: 0 triggers: - - timed: "H 23 * * *" + - github scm: - admin-api-server-combined builders: - gradle: build-file: "build.gradle" - gradle-name: "gradle-1.2" - wrapper: true - executable: true - use-root-dir: true tasks: | clean shadowJar |
