79438928

Date: 2025-02-14 09:44:29
Score: 1.5
Natty:
Report link

Providing you know the name of Gitlab runner, you can try with

gitlab-runner --log-format json list 2>&1 | jq -r 'select(.msg | match("runner-")) | .msg'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bartosz Dopke