sous-chefs / jenkins

Development repository for the jenkins cookbook
https://supermarket.chef.io/cookbooks/jenkins
Apache License 2.0
424 stars 635 forks source link

node.run_state[:jenkins_username] & node.run_state[:jenkins_password] break plugin installation #453

Open scalp42 opened 8 years ago

scalp42 commented 8 years ago

If you populate these two attributes, they unfortunately get passed to the plugin install (which doesn't support --username or --password).

isuftin commented 8 years ago

I am seeing this same issue. Have you been able to get around this issue?

scalp42 commented 8 years ago

@isuftin not really a workaround, but I remember just relying on key instead of user/pass.