Friday, July 5, 2013

Setting the password for a Git repository in Continuous Integration systems

Continuous Integration systems like CC.NET or Hudson don't let you specify the username/password with which you'll connect to Git. But there's an easy way, just set the repository url to:

https://username:password@github.com/Test/MyProject.git

No comments: