# label-linked-jobs-plugin **Repository Path**: mamh-java/label-linked-jobs-plugin ## Basic Information - **Project Name**: label-linked-jobs-plugin - **Description**: https://github.com/mamh-java/label-linked-jobs-plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2023-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Label Linked Jobs Plugin This plugin can list all the labels and related jobs. # Get started [jcli](https://github.com/jenkins-zh/jenkins-cli) could help you upload this plugin into your Jenkins. The command is `jcli plugin upload`. # API URL: `GET http://localhost:8080/labelsdashboard/labelsData` Response: ``` { "status": "ok", "data": [ { "cloudsCount": 0, "description": "", "hasMoreThanOneJob": false, "jobs": [], "jobsCount": 0, "jobsWithLabelDefaultValue": [], "jobsWithLabelDefaultValueCount": 0, "label": "java", "labelURL": "label/java/", "nodesCount": 1, "pluginActiveForLabel": false, "triggeredJobs": [], "triggeredJobsCount": 0 } ] } ```