Skip to content

A dashboard for latest pipeline status of every tracked repository

License

Notifications You must be signed in to change notification settings

sweetim/bitbucket_pipeline_dashboard

Repository files navigation

Bitbucket Pipeline Dashboard Build Status

This application is created to have a centralized view of the latest pipeline status for every selected repository

I developed this while waiting for issue #12765 to be closed by the Bitbucket development team

Running Locally

Install packages:

npm install

Then run

npm run serve

Running with Docker

i) From dockerhub

docker pull timx/bitbucket_pipeline_dashboard

ii) Building docker image locally

docker build -t bitbucket_pipeline_dashboard .

And run with target port 8080:

docker run \
     -d \
    --name bitbucket_pipeline_dashboard \
    -p 8080:80 \
    --restart unless-stopped \
    bitbucket_pipeline_dashboard

App will be available at http://localhost:8080/bitbucket

About

A dashboard for latest pipeline status of every tracked repository

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published