testing pipeline when

This commit is contained in:
2021-09-07 15:45:07 -04:00
parent 7f55c5ecc6
commit c173c48ed9
7 changed files with 48 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
--- ---
clone:
git:
image: plugins/git
when:
path: 'dante/*'
pipeline: pipeline:
publish_OpenVPN: publish_OpenVPN:
image: plugins/docker image: plugins/docker
@@ -7,6 +13,8 @@ pipeline:
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
dockerfile: Dockerfile.openvpn dockerfile: Dockerfile.openvpn
context: dante
when: when:
path: 'dante/*' path: 'dante/*'
publish_Wireguard: publish_Wireguard:
@@ -16,6 +24,7 @@ pipeline:
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
dockerfile: Dockerfile.wireguard dockerfile: Dockerfile.wireguard
context: dante
when: when:
path: 'dante/*' path: 'dante/*'
... ...

View File

@@ -1,4 +1,10 @@
--- ---
clone:
git:
image: plugins/git
when:
path: 'fitbit-collect/*'
pipeline: pipeline:
notify: notify:
image: alpine image: alpine
@@ -10,6 +16,8 @@ pipeline:
repo: registry.service.dc1.consul:5000/fitbit-collect repo: registry.service.dc1.consul:5000/fitbit-collect
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
context: fitbit-collect
when: when:
path: 'fitbit-collect/*' path: 'fitbit-collect/*'
... ...

View File

@@ -1,4 +1,10 @@
--- ---
clone:
git:
image: plugins/git
when:
path: 'garminexport/*'
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
@@ -6,6 +12,8 @@ pipeline:
repo: registry.service.dc1.consul:5000/garminexport repo: registry.service.dc1.consul:5000/garminexport
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
context: garminexport
when: when:
path: 'garminexport/*' path: 'garminexport/*'
... ...

View File

@@ -1,4 +1,10 @@
--- ---
clone:
git:
image: plugins/git
when:
path: 'gitea/*'
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
@@ -6,6 +12,8 @@ pipeline:
repo: registry.service.dc1.consul:5000/gitea repo: registry.service.dc1.consul:5000/gitea
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
context: gitea
when: when:
path: 'gitea/*' path: 'gitea/*'
... ...

View File

@@ -1,4 +1,10 @@
--- ---
clone:
git:
image: plugins/git
when:
path: 'morty/*'
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
@@ -6,6 +12,7 @@ pipeline:
repo: registry.service.dc1.consul:5000/morty repo: registry.service.dc1.consul:5000/morty
registry: registry.service.dc1.consul:5000 registry: registry.service.dc1.consul:5000
insecure: true insecure: true
context: morty
when: when:
path: 'morty/*' path: 'morty/*'
... ...

View File

@@ -1,4 +1,11 @@
--- ---
clone:
git:
image: plugins/git
when:
path: 'openpyn_alpine/*'
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker

1
morty/build Normal file
View File

@@ -0,0 +1 @@
Tue Sep 7 15:44:52 EDT 2021