hygieia / hygieia-scm-bitbucket-collector

Hygieia Collector for BitBucket
https://github.com/capitalone/Hygieia/blob/gh-pages/pages/hygieia/collectors/scm/bitbucket.md
Apache License 2.0
1 stars 22 forks source link

Bitbucket(Cloud) collector not fetching any data #17

Open kopal2212 opened 4 years ago

kopal2212 commented 4 years ago

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:

https://github.com/capitalone/Hygieia/issues/609

git.product=cloud


Ui_bitbucket

screeshot_logs


Can anyone tell me where I am going wrong or what can be the issue?

Priyadarshini181096 commented 4 years ago

same issue is faced by me any solution?

mvineza commented 4 years ago

I'm encountering same issue. I'm using also bitbucket cloud.

rvema commented 4 years ago

@shishirchaturvedi any thoughts here?

shishirchaturvedi commented 4 years ago

@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. You can change log levels by adding the following entries in the application.properties file.

logging.level.com.capitalone.dashboard.collector=DEBUG
logging.level.org.springframework=DEBUG
raghulraj commented 4 years ago

Its fixed in the last pull request. Please get the latest and verify it.

sathishselvakumar-ai commented 3 years ago

Experiencing same issue , any possible solutions ?