21 lines
274 B
YAML
21 lines
274 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: openjdk
|
|
tag: 8-jdk-alpine
|
|
|
|
inputs:
|
|
- name: spring-data-rest-github
|
|
|
|
outputs:
|
|
- name: spring-data-rest-artifactory
|
|
|
|
caches:
|
|
- path: maven
|
|
|
|
run:
|
|
path: spring-data-rest-github/ci/test.sh
|