项目作者: lsst-sqre
项目描述 :
API for CI build status
高级语言: Python
项目地址: git://github.com/lsst-sqre/uservice-buildstatus.git

sqre-uservice-buildstatus
Check status of CI job by name
Usage
GET /
- Return “OK”; used for GKE Ingress healthcheck
GET /<buildname>
GET /buildstatus/<buildname>
- Return status of build job
Authorization
This microservice expects a GitHub username and token as a Basic
Authentication header in the request.