testing woodpecker 2 proxy passthru
ci/woodpecker/manual/woodpecker Pipeline was successful Details

This commit is contained in:
OCram85 2023-12-03 17:39:28 +01:00
parent 8297521967
commit fcd456c0c1
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
variables:
- proxy_env: &proxy_env
- http_proxy=http://swarmproxy:8888/
- https_proxy=http://swarmproxy:8888/
- no_proxy=.ocram85.com
steps:
woodpecker-env:
environment:
- <<: *proxy_env
- ANOTHER=VAR
image: ubuntu:22.04
commands:
- |