gitlab-runner-monitor

0.1.2 • Public • Published

gitlab-runner-monitor

It seems that GitLab CI does not have a job status dashboard currently. However, it does have API support for query runner job status, therefore this gitlab-runner-monitor CLI tool is for showing GitLab runner status in terminal.

Install and Config

  • npm install -g gitlab-runner-monitor
  • create a config file at ~/.gitlab-runner-monitor with contents:
GITLAB_HOST=<>
GITLAB_TOKEN=<gitlab api token>
GITLAB_GROUP_ID=<your gitlab group id>
REFRESH_INTERVAL=5000
  • run gitlab-runner-monitor to display the running job status

/gitlab-runner-monitor/

    Package Sidebar

    Install

    npm i gitlab-runner-monitor

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    8.33 kB

    Total Files

    12

    Last publish

    Collaborators

    • rocwind