testing pipeline when

This commit is contained in:
2021-09-07 15:32:42 -04:00
parent 15e18e6c81
commit a6b5e6e243

View File

@@ -1,11 +1,12 @@
--- ---
pipeline: pipeline:
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/*'
... ...