From fd0738495ef88d73beb521ee3d7b0d9884ce7c4d Mon Sep 17 00:00:00 2001 From: Joan Flotats <96056718+j04n-f@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:04:32 +0200 Subject: [PATCH] Add Bitbucket key limit known issue (#5497) Co-authored-by: Joan Flotats --- .../10-configuration/12-forges/50-bitbucket.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/30-administration/10-configuration/12-forges/50-bitbucket.md b/docs/docs/30-administration/10-configuration/12-forges/50-bitbucket.md index 7df547193..3c0acbd86 100644 --- a/docs/docs/30-administration/10-configuration/12-forges/50-bitbucket.md +++ b/docs/docs/30-administration/10-configuration/12-forges/50-bitbucket.md @@ -84,6 +84,10 @@ Configures the Bitbucket OAuth client secret. This is used to authorize access. Read the value for `WOODPECKER_BITBUCKET_SECRET` from the specified filepath +## Known Issues + +Bitbucket build keys are limited to 40 characters: [issue #5176](https://github.com/woodpecker-ci/woodpecker/issues/5176). If a job exceeds this limit, you can adjust the key by modifying the `WOODPECKER_STATUS_CONTEXT` or `WOODPECKER_STATUS_CONTEXT_FORMAT` variables. See the [environment variables documentation](../10-server.md#environment-variables) for more details. + ## Missing Features Path filters for pull requests are not supported. We are interested in patches to include this functionality.