-
Notifications
You must be signed in to change notification settings - Fork 89
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
"Wait for Jenkins to start" is broken with e.g. Google OAuth #56
Comments
I'm not familiar with this specific Jenkins plugin, but if it's anything like the AD plugin, it should allow one system account as a fallback in case of network glitches/outages. Have you configured such an account? Also, after Ansible times out, can you visit the Jenkins site in a regular web browser? What do you see? Did it start up normally? Finally, some logging output with at |
No and it isn't desired. I think we have bigger problems if google has an outage.
Yes. It appears the playbook configuration is just not powerful enough, it silently overwrites my
Since |
Yes, you should not set I do a similar thing for one of my Jenkins installations, since we need to configure |
I don't need a different URL. I need a different port. I would argue it's quite a big assumption that the port used for starting Jenkins is the same used for accessing the instance from the outside. |
So part of the reason that But again, if you specify the external URL for Jenkins in |
I don't have that file and don't know what that is. The problem is not
|
You can find a copy either on your Jenkins instance in
I'm unfamiliar with the health check, but I googled a bit and am guessing that it is associated with the Google OAuth plugin? When does it occur exactly? |
Expected Behavior
The "Wait for Jenkins to start" task succeeds.
Actual Behavior
It doesn't succeed.
Steps to Reproduce the Problem
Explanation
The main url returns 403 when google oauth is configured. But I think it is actually timing out... from within the playbook it never succeeds nor returns, even after I changed it to:
The text was updated successfully, but these errors were encountered: