Hello,
I' trying to set up a CI with Jenkins (hosted on-premises) when I need to release a new version of the application.
I've googled around but most of the examples rely on a webhook that's fired from BB when a push is committed. This is not what I'm looking now.
When I need to perform the git clone, how do I pass my username/credential, since I use my BitBucket account which is bound to a google account?