-
Notifications
You must be signed in to change notification settings - Fork 125
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
MRPP_AddBuildTags occasionally fails with 401 error #131
Comments
Retry to add tags 3 times before failing.
There might be some details on 401 error in the server logs which are worth checking. |
Indeed! Thanks, Yegor! This is what I found:
This could indicate a temporary outage of our LDAP server. We currently specify credentials in Add Build Tags step. I suppose that's why it goes to LDAP to authenticate. If I omit the credentials, so it goes through "prepare-internal-credentials" target, will that skip LDAP authentication? |
We are using the version from July 31 in TC 2018.1.1. We specified particular credentials in the "Add Build Tags" build step. It works 99% of the time, but on rare occasions in random builds we get this:
I can't figure out the cause. Credentials in the build steps do not change between builds. Is using "8.0" in the URL a problem? Should it use the most recent endpoint?
Is it possible that TeamCity cannot handle these REST calls if multiple calls happen at the same time?
The text was updated successfully, but these errors were encountered: