How do you configure Buildbot to use SSH keys instead of a password when polling a Git repository?
The only way I could get Buildbot to work with my private repo was to give
it a URL like:
https://username:[email protected]/myuser/myrepo.git
However, Buildbot displays this URL on almost every page in the web UI,
showing the user's password. How do I prevent this?
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
