When setting up a project in Jenkins that\'s hosted on bitbucket what would I put in the URL field?
The repository is private.
I'm not familiar with Jenkins but Bitbucket allows you to clone git repositories over https which can accept the password as part of the url, like so:
https://:@bitbucket.org//.git