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: pipeline:
when:
path: 'rsync/*' clone:
git:
image: plugins/git
when:
path: 'rsync/*'
publish: publish:
image: plugins/docker image: plugins/docker
settings: settings:
repo: registry.service.dc1.consul:5000/rsync repo: registry.service.dc1.consul:5000/rsync
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
when:
path: 'rsync/*'
... ...