Introduces pipeline that replaces the Bamboo Spring HATEOAS one which builds on master branch and deploys to artifactory. Additionally: * Tests against JDK 8 before doing the final build and deploy. * No JDK 11+ support. * Also handles pull requests.
21 lines
262 B
YAML
21 lines
262 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: openjdk
|
|
tag: 8-jdk
|
|
|
|
inputs:
|
|
- name: spring-hateoas-github
|
|
|
|
outputs:
|
|
- name: spring-hateoas-artifactory
|
|
|
|
caches:
|
|
- path: maven
|
|
|
|
run:
|
|
path: spring-hateoas-github/ci/build.sh
|