In the Jenkins API it's possible to query for information regarding a specific label (MY_LABEL
) by invoking:
https://JENKINS_URL/label/MY_LABEL/api/json?pretty=true
Question: Is there any endpoint that could list ALL the available labels on a Jenkins server?