-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
Cannot get property 'plainText' on null object #591
Comments
+1 |
1 similar comment
+1 |
Workaround for now, to remove the credentials during each chef run and then recreate it:
|
any updates on this bug? |
@Poohblah #597 works fine to me as a workaround |
I meant updates from the project maintainers. I would really like to see #597 merged. |
I've got what I believe to be a better workaround. Rather than delete and re-create the credentials every time, check to see if
|
Cookbook version
5.0.0
Chef-client version
12.19.36
Platform Details
Ubuntu 16.04
Scenario:
Use resource
jenkins_private_key_credentials
.Steps to Reproduce:
Expected Result:
Create credential with the provided private key.
Actual Result:
If I remove the credentials via Jenkins web interface and try to converge, it works, but if I try to converge again, with the credential already created, it doesn't. Am I missing something ?
Thank you very much!
The text was updated successfully, but these errors were encountered: