zadig icon indicating copy to clipboard operation
zadig copied to clipboard

[bug] When selecting "Other" as the code source, the build fails with an "Authentication failed" error.

Open qinkangdeid opened this issue 9 months ago • 0 comments

What happened? When using Gitea as the code source with token/password authentication, authentication fails. The exact same code, build process, and service work correctly with GitHub and Gitee. However, both self-hosted Gitea and GiteaCloud result in an "Auth failed" error.

Image

What did you expect to happen?

The code should be pulled successfully. This screenshot is from version 3.3.0, where everything works as expected.

Image

Steps to reproduce the behavior: Ignore all other configurations

  1. Add Gitea as the code source
  2. Start build

Install Methods

  • [x] Helm
  • [ ] Script base on K8s
  • [ ] All in One
  • [ ] Offline

Versions Used zadig: 3.4.0 kubernetes: 1.30.11

A clean installation was performed for both version 3.3.0 and 3.4.0. With the same setup and operations, version 3.3.0 works fine, but 3.4.0 fails.

qinkangdeid avatar May 07 '25 12:05 qinkangdeid