Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Bitbucket(Cloud) collector not fetching any data #17

Open
kopal2212 opened this issue Nov 20, 2019 · 6 comments
Open

Bitbucket(Cloud) collector not fetching any data #17

kopal2212 opened this issue Nov 20, 2019 · 6 comments

Comments

@kopal2212
Copy link


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


Ui_bitbucket

screeshot_logs


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

@rvema rvema transferred this issue from hygieia/hygieia Nov 21, 2019
@Priyadarshini181096
Copy link

same issue is faced by me any solution?

@mvineza
Copy link

mvineza commented Feb 17, 2020

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

@rvema
Copy link
Contributor

rvema commented Mar 25, 2020

@shishirchaturvedi any thoughts here?

@shishirchaturvedi
Copy link
Contributor

shishirchaturvedi commented Mar 25, 2020

@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
Copy link
Contributor

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

@sathishselvakumar-ai
Copy link

Experiencing same issue , any possible solutions ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants