Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got 503 while testing connection on configuration tab #1562

Open
naxim92 opened this issue Aug 15, 2023 · 1 comment
Open

Got 503 while testing connection on configuration tab #1562

naxim92 opened this issue Aug 15, 2023 · 1 comment
Labels
bug For changelog: Minor bug. Will be listed after features

Comments

@naxim92
Copy link

naxim92 commented Aug 15, 2023

Jenkins-Gitlab connectivity

While I trying to configure integration with my gitlab server and test it I get error 503. And it's weird, but there are no traffic I see with tcpdump on ports 80 or 443. So it seems there is some bug here and configuration tab functionality just not working. Meanwhile gitlab is accessed successfully by ping and curl from Jenkins host
image

Jenkins Version 2.401.2
GitLab Plugin 1.7.15

What Operating System are you using (both controller, and any agents involved in the problem)?

Ubuntu 22.04 LTS

Reproduction steps

  1. Install Gitlab plugin
  2. Configure Gitlab plugin

Expected Results

Test OK

Actual Results

503 Service unavailable

Anything else?

No response

@naxim92 naxim92 added the bug For changelog: Minor bug. Will be listed after features label Aug 15, 2023
@naxim92
Copy link
Author

naxim92 commented Aug 15, 2023

It seems there is a proxy (squid on 3128 port) in my setup and so your plugin go through proxy. And proxy give 503. But If I use no_proxy env - nothing changed - plugin still go through proxy.

$ sudo strings /proc/`ps aux | grep jenkins | grep -v 'grep' | awk '{print $2;}'`/environ 

<...>
no_proxy=<gitlab.my.domain>
https_proxy=http://proxy:3128/
<...>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For changelog: Minor bug. Will be listed after features
Projects
None yet
Development

No branches or pull requests

1 participant