In Cloud Build I had my projects configured to log in to the PlasticSCM repo with username/password, because using login with UnityID causes much-reported problems with the credentials or token expiring. I had to change my password in PlasticSCM recently, and now, even though I updated the Source Control access in Cloud Build with the new password, it just won’t save. I get this:
Your repository is inaccessible using the provided credentials.
I tried with “password” as authentication method and also as LDAP. Neither work.
I gave up and used UnityID as the authentication method and that “works” as far as saving the configuration but then builds failed with this in the log:
Cloud Build encountered an error while validating your Build. Cannot start build - configured source control is unreachable. Plastic: Authentication has expired. Please reconfigure your source control settings.
What am I supposed to do now that both auth methods just don’t work?