Skip to content

jenkinsci/label-linked-jobs-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Label Linked Jobs Plugin

This plugin can list all the labels and related jobs.

Get started

jcli 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
    }
  ]
}