Skip to content

Draft: Feature list command

Filip Aleksic requested to merge feature-list-command into main

What does this MR do?

Adds the gitlab-runner list-jobs command that prints the jobs that are running on the runners.

Why was this MR needed?

Allows the use of the command versus running a curl to get the list of jobs when the listen_address is defined.

  1. Run a job with a sleep command to ensure there is a job running
  2. Run gitlab-runner list-jobs

What are the relevant issue numbers?

#27093

Merge request reports