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:
publish_OpenVPN:
image: plugins/docker
@@ -7,6 +13,8 @@ pipeline:
registry: registry.service.dc1.consul:5000
insecure: true
dockerfile: Dockerfile.openvpn
context: dante
when:
path: 'dante/*'
publish_Wireguard:
@@ -16,6 +24,7 @@ pipeline:
registry: registry.service.dc1.consul:5000
insecure: true
dockerfile: Dockerfile.wireguard
context: dante
when:
path: 'dante/*'
...

View File

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

View File

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

View File

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

View File

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

View File

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

1
morty/build Normal file
View File

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