My company recently moved the source control into Bitbucket.org. The commercial plan.
How we use:
- Our developer team still using the company email id(like name1@myCompany.com) to login to https://bitbucket.org for operating, but a web redirect to a company grant privilege's page is always needed.
- all repos are grouped under a logical group(say
myCompany), I don't how to say it, theworkspace?? anyway, the summary page for list all available repos are: https://bitbucket.org/myCompany/ - All repos are private and file: Jenkinsfile is contained.
We have setup a standard Jenkins server(version 2.249.3) in a cloud, with plugIn: bitbucket 1.1.27, I created a build job item: Bitbucket Team/Project, input the credential with type Username and password, of course the username is: name1@myCompany.com, and this user has been granted 'admin', the Owner I input the myCompany.
after ran this job, the overall connection seems fine, but never scanned any repos, the jenkins job logs:
Started [Mon Nov 23 13:05:31 CST 2020] Starting organization scan... [Mon Nov 23 13:05:31 CST 2020] Updating actions... Looking up team details of myCompany... Connecting to https://bitbucket.org using name1@myCompany.com/****** (fffff) Could not resolve team details [Mon Nov 23 13:05:33 CST 2020] Consulting Bitbucket Team/Project Connecting to https://bitbucket.org using name1@myCompany.com/****** (fffff) Looking up repositories of user myCompany 0 repositories were processed [Mon Nov 23 13:05:33 CST 2020] Finished organization scan. Scan took 2.1 sec Finished: SUCCESS
any idea???
