\n\nAnd here is the outcome on BitBucket:\n\u003Cimg width=\"479\" height=\"182\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/11c2a65d-cbf2-4162-9805-3d035bdac04e\" />\n\n\n### Steps to reproduce\n\n1. Run Woodpecker with BitBucket Cloud forge\n2. Create a pipeline that uses a matrix\n3. Let the pipeline finish on Woodpecker\n4. Observe the build statuses on the commit in BitBucket\n\n### Expected behavior\n\nBoth pipelines should show completed.\n\n### System Info\n\n```shell\nWoodpecker version: v3.8.0\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3046],{"name":3033,"color":3034},5338,"Build status not completing on matrix pipelines with BitBucket","2025-07-17T18:03:12Z","https://github.com/woodpecker-ci/woodpecker/issues/5338",0.6726447,{"description":3053,"labels":3054,"number":3056,"owner":3022,"repository":3023,"state":3024,"title":3057,"updated_at":3058,"url":3059,"score":3060},"### Component\n\nserver\n\n### Describe the bug\n\nThis issue appears quite often now. Example:\n\nhttps://ci.woodpecker-ci.org/repos/8975/pipeline/1367/5\n\n### Steps to reproduce\n\nNot sure tbh.\n\n### Expected behavior\n\n_No response_\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-72823b7ffd\"}\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3055],{"name":3033,"color":3034},4784,"Error response from daemon: removal of container wp_* is already in progress","2025-01-27T10:04:15Z","https://github.com/woodpecker-ci/woodpecker/issues/4784",0.6791439,{"description":3062,"labels":3063,"number":3065,"owner":3022,"repository":3023,"state":3066,"title":3067,"updated_at":3068,"url":3069,"score":3070},"### Component\n\nserver, web-ui\n\n### Describe the bug\n\nI noticed that PRs can no longer be deployed using the web UI due to this change #3522 \r\nHowever this has broken our UX where our team deploys the PRs in dev/alpha environments to carry out testing before the PR is merged. Please suggest.\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-326069c983\"}\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3064],{"name":3033,"color":3034},3559,"closed","Unable to deploy PRs","2024-04-02T20:03:38Z","https://github.com/woodpecker-ci/woodpecker/issues/3559",0.642134,{"description":3072,"labels":3073,"number":3075,"owner":3022,"repository":3023,"state":3066,"title":3076,"updated_at":3077,"url":3078,"score":3079},"### Component\n\nweb-ui\n\n### Describe the bug\n\nThe pipeline status image (on Woodpecker - returned by API: /api/badges/25/status.svg ) shows ERROR, even that last build is OK:\r\n\r\n\n\n### System Info\n\n```shell\nversion 2.4.1 running on Docker\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3074],{"name":3033,"color":3034},3561,"Pipeline status is error, but last job is OK","2024-04-15T10:15:05Z","https://github.com/woodpecker-ci/woodpecker/issues/3561",0.65352285,{"description":3081,"labels":3082,"number":3087,"owner":3022,"repository":3023,"state":3066,"title":3088,"updated_at":3089,"url":3090,"score":3091},"### Component\n\nserver\n\n### Describe the bug\n\nversion: v3.7.0\n\nThe api:\n`/repos/1/pull-requests`\nreturn \"Internal Server Error\" failed.\n\nBecause the server request gitlab server with:\n`/api/v4/projects/111/merge_requests?page=1&per_page=50&state=open`\n\nAnd the gitlab response with\n```\n{\n \"error\": \"state does not have a valid value\"\n}\n```\n\nBecause the the merge_requests in gitlab was `opened`, not `open`.\n\nSo the request url should be: \n`/api/v4/projects/111/merge_requests?page=1&per_page=50&state=opened`\n\n\n### Steps to reproduce\n\n```\nexport WOODPECKER_OPEN=true\nexport WOODPECKER_LOG_LEVEL=trace\nexport WOODPECKER_HOST=localhost:8000\nexport WOODPECKER_GITLAB=true\nexport WOODPECKER_GITLAB_URL=https://gitlab.example.com\nexport WOODPECKER_GITLAB_CLIENT=\nexport WOODPECKER_GITLAB_SECRET=\nexport WOODPECKER_AGENT_SECRET=\n\n/usr/local/bin/woodpecker-server\n```\n\n### Expected behavior\n\n_No response_\n\n### System Info\n\n```shell\n{\n\"source\": \"https://github.com/woodpecker-ci/woodpecker\",\n\"version\": \"3.7.0\"\n}\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3083,3084],{"name":3033,"color":3034},{"name":3085,"color":3086},"forge/gitlab","E96280",5279,"failed pull request with gitlab","2025-06-29T11:38:00Z","https://github.com/woodpecker-ci/woodpecker/issues/5279",0.6603452,{"description":3093,"labels":3094,"number":3096,"owner":3022,"repository":3023,"state":3066,"title":3097,"updated_at":3098,"url":3099,"score":3100},"### Component\r\n\r\nserver\r\n\r\n### Describe the bug\r\n\r\nJust configured a new instance against gitlab.com.\r\n\r\nFacing the following issues:\r\n\r\n- Unable to start builds due to `[generic]could not load config from forge: %!w(\u003Cnil>)`\r\n\r\nServer logs report:\r\n\r\n```\r\n/server/services/config/forge.go:150\",\"message\":\"could not get folder from forge\"}\r\n```\r\n\r\nThe repo exists in a subgroup and hast just been enabled.\r\n\r\n- Subgroups are sometimes visualized in the UI dashboard, sometimes not\r\n\t- Enabled two repos in two different subgroups: one was listed as `group/subgroup/repo`, the other one as `group/repo`\r\n\r\nMaybe related: #2311\r\n\r\n### Steps to reproduce\r\n\r\n.\r\n\r\n### Expected behavior\r\n\r\n_No response_\r\n\r\n### System Info\r\n\r\n```shell\r\nGitlab 17.6\r\nWoodpecker next `next-9dd796ad65` (Oct 13th 2024)\r\nWP 2.7.1\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\r\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3095],{"name":3033,"color":3034},4247,"GitLab subgroups broken?","2024-10-26T21:20:17Z","https://github.com/woodpecker-ci/woodpecker/issues/4247",0.6610816,{"description":3102,"labels":3103,"number":3105,"owner":3022,"repository":3023,"state":3066,"title":3106,"updated_at":3107,"url":3108,"score":3109},"### Component\n\nserver\n\n### Describe the bug\n\nI cant login, getting a \"internal error\" on the login screen and this message in the logs\r\n\r\n`{\"level\":\"error\",\"error\":\"sql: no rows in result set\",\"time\":\"2024-09-05T10:36:31Z\",\"message\":\"cannot get org s00500\"}`\n\n### Steps to reproduce\n\nRunning in Kubernetes, using github\n\n### Expected behavior\n\nBe able to log in\n\n### System Info\n\n```shell\n2.7.0 release\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3104],{"name":3033,"color":3034},4086,"Stuck on Login (Github)","2024-09-17T16:57:22Z","https://github.com/woodpecker-ci/woodpecker/issues/4086",0.66550773,{"description":3111,"labels":3112,"number":3117,"owner":3022,"repository":3023,"state":3066,"title":3118,"updated_at":3119,"url":3120,"score":3121},"### Component\n\nserver\n\n### Describe the bug\n\nI'm trying to set up woodpecker. I finally got oauth working, and logged in with my personal user.\r\n\r\nThe repo list shows as empty.\r\n\r\nI click `Add Repository`, then `Reload repositories`, and after 10 seconds, it says `Repository list loaded`... yet the list is still empty.\r\n\r\nI've tried changing many of the vars below, all with no luck. \r\n\r\nThe oauth is most likely working fine, so I don't know why it can't load my repo list.\r\n\r\n```\r\nenvironment:\r\n - WOODPECKER_OPEN=true\r\n - WOODPECKER_HOST=https://drone.join-lemmy.org\r\n - WOODPECKER_LOG_LEVEL=info\r\n - WOODPECKER_AGENT_SECRET=${DRONE_RPC_SECRET}\r\n - WOODPECKER_GITHUB=true\r\n - WOODPECKER_GITHUB_CLIENT=${CLIENT_ID}\r\n - WOODPECKER_GITHUB_SECRET=${SECRET}\r\n - WOODPECKER_ADMIN=dessalines\r\n - WOODPECKER_REPO_OWNERS=dessalines\r\n```\n\n### System Info\n\n```shell\n`{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"0.15.6\"}`\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[3113,3114],{"name":3033,"color":3034},{"name":3115,"color":3116},"feedback","4B7070",1582,"Github repository list empty","2023-04-18T22:56:20Z","https://github.com/woodpecker-ci/woodpecker/issues/1582",0.66708076,["Reactive",3123],{},["Set"],["ShallowReactive",3126],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fUpaOSese2OnzqILHHYwuwmXvGHS_q6FdFYFVOum8X70":-1},"/woodpecker-ci/woodpecker/2350"]