woodpecker-ci / woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
4.06k stars 351 forks source link

Implement services for local backend #3095

Open 6543 opened 8 months ago

6543 commented 8 months ago

we currently don't have a concept how to translate/interpreter the services into "local backend" and just ignore them.

we should have it that way so it works very similar to what the user know with docker or kube backend.

qwerty287 commented 8 months ago

we currently don't have a concept how to translate/interpreter the services into "local backend" and just ignore them.

Well, I'd just say it's the same as other backends 😄 Just execute the given commands/binaries and keep them running while the other steps are executed, and in the end exit them.