Go library and utility to convert different pipelines to Woodpecker CI piplelines
|
||
---|---|---|
.vscode | ||
cmd/pipeline-convert | ||
core | ||
drone | ||
.editorconfig | ||
.gitignore | ||
.woodpecker.yml | ||
conditions.go | ||
format.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
pipeline_test.go | ||
pipeline.go | ||
README.md | ||
secrets.go | ||
settings.go | ||
transform.go |
Woodpecker CI pipeline transform
Go library and utility to convert different pipelines to Woodpecker CI pipeline(s).
Currently supports converting only from Drone CI pipeline format with limited functionality.
Drone CI pipeline supported features
kind
- must bepipeline
type
- onlydocker
andexec
are supportedname
platform
os
arch
version
- not supported by Woodpecker CI
node
trigger
branch
event
- not supported by Woodpecker CIrefs
- not supported by Woodpecker CIrepo
- not supported by Woodpecker CIstatus
target
- not supported by Woodpecker CIcron
- not supported by Woodpecker CIaction
- not supported by Woodpecker CI
workspace
path
services
name
image
pull
privileged
environment
- includingfrom_secret
entrypoint
commands
volumes
name
path
clone
disable
depth
steps
name
image
pull
settings
detach
privileged
failure
- not supported by Woodpecker CIenvironment
- includingfrom_secret
commands
volumes
name
path
when
branch
event
- onlypush
,pull_request
,tag
andpromote
are supported. Other events are not supported by Woodpecker CIrefs
- only branch and tag refs supported (tag includes and excludes is exclusive)repo
- not supported by Woodpecker CIinstance
- only single instance condition is supported by Woodpecker CIstatus
target
- only single environment condition is supported by Woodpecker CIcron
- not supported by Woodpecker CI
depends_on
- not supported by Woodpecker CI
depends_on
volumes
name
host
temp
- not supported by Woodpecker CI