I am using jenkins and trying to connect to the bit bucket remote repository for that I provide the bit bucket URL in source code management in git repositories, I create the credentials also for that bit bucket account added in the credentials
I tried the below in git repositories
https://nagarjun123@bitbucket.org/gsmohan/quickride.git
But it gives the error below specified:
ERROR:Failed to connect to repository : Failed to connect to https://nagarjun123@bitbucket.org/gsmohan/quickride.git using credentials bitbucket account (status = 401)
Can anyone please help to me?