1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Refactor server/.../step_builder into pipeline/.../builder (#3967)

Extract the `step_builder` from the server to the pipeline package.
This cleans the interfaces / structure and will allow us to re-use it in the cli to correctly support pipeline execution (things like `depends_on` support).

Co-authored-by: Anton Bracke <anton.bracke@fastleansmart.com>
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Anbraten
2026-05-13 19:08:38 +02:00
committed by GitHub
parent ce8b322c5a
commit e4dfbf86c6
22 changed files with 478 additions and 385 deletions
+3
View File
@@ -6046,6 +6046,9 @@ const docTemplate = `{
"name": {
"type": "string"
},
"org_id": {
"type": "integer"
},
"owner": {
"type": "string"
},