I am trying to setup Jenkins with BitBucket GIT repository, but the Jenkins console always gives me this error code:
Started by user Dakado
Building in workspace
This is worked for me: You need to create App Password on Bitbucket
(1) go to BitBucket Setting-> Access Manaegment-> App passwords-> Repositories (select options here whatever you want to accomplish)
(2) Jenkins -> Credentials-> Jenkins-> Global credentials (unrestricted) -> Add Credentials -> Kind "Username with password" provide here user/password here
(3) Go to your Jenkins Jobs -> GIT ->
Repository URL : https://USER_NAME@bitbucket.org/ABCcompany/myRepo.git
Credentials: select from dropdown You just created
Resources: Bitbucket, Jenkins, Selenium, Chrome