2021-05-24 20:42:55 +02:00
|
|
|
resources:
|
|
|
|
- name: content
|
|
|
|
type: git
|
|
|
|
source:
|
|
|
|
uri: https://xbib.org/gogs/joerg/content
|
|
|
|
jobs:
|
|
|
|
- name: build
|
|
|
|
plan:
|
|
|
|
- get: content
|
|
|
|
trigger: true
|
|
|
|
- task: build
|
|
|
|
config:
|
|
|
|
platform: linux
|
|
|
|
image_resource:
|
|
|
|
type: docker-image
|
|
|
|
source:
|
2021-05-24 20:44:49 +02:00
|
|
|
repository: fl.hbz-nrw.de/centos-gradle
|
2021-05-24 20:42:55 +02:00
|
|
|
inputs:
|
|
|
|
- name: content
|
|
|
|
run:
|
|
|
|
dir: content
|
|
|
|
path: gradle
|
|
|
|
args:
|
|
|
|
- build
|