testing pipeline when

This commit is contained in:
2021-09-07 15:34:33 -04:00
parent a6b5e6e243
commit 75bccfe1bb

View File

@@ -1,12 +1,18 @@
---
pipeline:
when:
path: 'rsync/*'
clone:
git:
image: plugins/git
when:
path: 'rsync/*'
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/rsync
registry: registry.service.dc1.consul:5000
insecure: true
when:
path: 'rsync/*'
...