fabric8-services / fabric8-jenkins-proxy

Apache License 2.0
1 stars 16 forks source link

Provide an api to get the status of jenkins pods #303

Closed sthaha closed 6 years ago

sthaha commented 6 years ago

Currently we provide an api to start jenkins api/jenkins/start which returns the status of the pods But there are usecases UI only wants to know the state of the pod before calling the start api. So lets provide an api to get the status of jenkins pods GET /api/jenkins/status that returns the status similar to the start api.