"configuration" field in configuration extension request #5826
|
I’m trying to migrate to Woodpecker 3.x, and I’m confused as hell. I didn’t migrate because I use a configuration extension that transforms a configuration. Which means that it needs to be provided the initial configuration in the request sent by woodpecker to the extension. Which has been removed by 3.x, see the discussion here : #4017 In that discussion, it was said "And I think in #3349 this is added back to the per-repo option", so I decided to wait and see. Now #3349, and the documentation (https://woodpecker-ci.org/docs/usage/extensions/configuration-extension) states :
But where I try to point it to my configuration extension, I get : So… is "configuration" supposed to be present in the request sent by woodpecker ? |
Replies: 1 comment 1 reply
|
Yes you're right, this is a bug. The data is not sent at all right now. You can try using the netrc data to fetch the config till this would get fixed. I can open a pr to fix it next week. |
Yes you're right, this is a bug. The data is not sent at all right now. You can try using the netrc data to fetch the config till this would get fixed. I can open a pr to fix it next week.