You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
530 B
YAML
26 lines
530 B
YAML
|
5 months ago
|
resources:
|
||
|
|
- name: exo_resource
|
||
|
|
type: git
|
||
|
|
source:
|
||
|
|
uri: https://forge.gwenaelremond.fr/gwen/larochellemaalsi2023/
|
||
|
|
branch: develop
|
||
|
|
|
||
|
|
|
||
|
|
jobs:
|
||
|
|
- name: job-resource
|
||
|
|
plan:
|
||
|
|
- get: exo_resource
|
||
|
|
trigger: true
|
||
|
|
- task: diff
|
||
|
|
config:
|
||
|
|
inputs:
|
||
|
|
- name: exo_resource
|
||
|
|
platform: linux
|
||
|
|
image_resource:
|
||
|
|
type: registry-image
|
||
|
|
source:
|
||
|
|
repository: busybox
|
||
|
|
run:
|
||
|
|
path: echo
|
||
|
|
args: ["Test"]
|