Skip to main content

Job List

Page Description

Main page for integrated viewing and management of jobs from all Jenkins servers

Components

ComponentDescriptionFunction
Server TabsAll/Server1/Server2... tab switchingServer-based filtering
Sync StatusLast sync time + manual sync buttonReal-time status display
Search & FilterJob name, status, label searchReal-time search
Job TableGrid view/card view switchableFavorites, sorting
Batch OperationsExecute/stop multiple jobs simultaneouslyCheckbox selection

Display Elements (Table Columns)

ColumnDescriptionSortableAction
StarFavorite toggle-Click toggle
Job NameLink (navigate to job details)Click navigation
ServerServer name badge-
StatusExecution status icon + text-
StageCurrent pipeline stage (when running)--
Trigger IDTrigger method (Manual/Cron/SCM)-
Job IDCurrent build number-
Approval IDDisplay pending approval stage-Approval button
Last SuccessLast successful build time-
Last FailureLast failed build time-
Average DurationAverage of recent 10 builds--
ScheduleCron expression or trigger info--
ActionRun/stop/edit buttons-Dropdown menu
API EndpointMethodDescriptionReal-time Update
/api/v1/jobsGETRetrieve job listWebSocket connection
/api/v1/jobs/{id}/runPOSTExecute jobImmediate status update
/api/v1/jobs/{id}/stopPOSTStop jobImmediate status update
/api/v1/jobs/batch/runPOSTBatch executionReal-time progress
/api/v1/servers/syncPOSTManual synchronizationSync progress