Introduces pipeline that replaces the Bambook Spring HATEOAS one which builds on master branch and deploys to artifactory. Additionally: * Tests against JDK 8, 11, and 12 before doing the final build and deploy. * Also handles pull requests, running same suite of tests against mutiple JDKs.
18 lines
216 B
YAML
18 lines
216 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: openjdk
|
|
tag: 8-jdk
|
|
|
|
inputs:
|
|
- name: spring-hateoas-github
|
|
|
|
caches:
|
|
- path: maven
|
|
|
|
run:
|
|
path: spring-hateoas-github/ci/test.sh
|