This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Bitbucket(Cloud) collector not fetching any data #17
Comments
same issue is faced by me any solution? |
I'm encountering same issue. I'm using also bitbucket cloud. |
@shishirchaturvedi any thoughts here? |
@kopal2212 Can you please increase the logging level of the SCM collector and share your findings. In the logs, you should look for a fetch call of your Bitbucket repository. logging.level.com.capitalone.dashboard.collector=DEBUG
logging.level.org.springframework=DEBUG |
Its fixed in the last pull request. Please get the latest and verify it. |
Experiencing same issue , any possible solutions ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Application.properties file:
dbname=dashdb
dbhost=localhost
dbport=27017
dbreplicaset=false
dbhostport=localhost:27017
dbusername=user
dbpassword=password123
logging.file=./logs/bitbucket.log
git.cron=0 0/1 * * * *
git.host=https://bitbucket.org/companyname/
git.username=kopal
#convert password to base64
git.password=hcufeuuYi= (it is in base64)
git.api=/rest/api/2.0/
git.commitThresholdDays=100
git.pageSize=25
Bitbucket product
Set to 'cloud' to use Bitbucket Cloud (formerly known as Bitbucket)
Set to 'server' to use Bitbucket Server (formerly known as Stash)
More information can be found here:
#hygieia/hygieia#609
git.product=cloud
Can anyone tell me where I am going wrong or what can be the issue?
The text was updated successfully, but these errors were encountered: