We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I had an error:
INFO: Failure authenticating with BASIC 'Jenkins'@MYJENKINS Failed to fetch slave info from Jenkins CODE: 401
It turned out that swarm-client requires password to be single quoted (even if no special character used) http://echelog.com/logs/browse/jenkins/1401228000
The workaround is trivial:
jenkins::slave::ui_user: "'USER'" # keep single quotes jenkins::slave::ui_pass: "'PASSWORD'" # keep single quotes
Can it be included into the template?
The text was updated successfully, but these errors were encountered:
It would probably be better to change the template to use single quotes:
https://github.com/jenkinsci/puppet-jenkins/blob/master/templates/jenkins-slave-defaults.erb#L58-L59
Sorry, something went wrong.
Yes. Adding single quotes to the template is the best solution i guess.
@iakovgan if you want to make a quick, PR I'll merge it happily, otherwise I'll get to this over the weekend :)
@rtyler Here is the pull request: #374
0897b2f
No branches or pull requests
I had an error:
It turned out that swarm-client requires password to be single quoted (even if no special character used)
http://echelog.com/logs/browse/jenkins/1401228000
The workaround is trivial:
Can it be included into the template?
The text was updated successfully, but these errors were encountered: