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
Install packages:
npm install
Then run
npm run serve
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