Skip to main content

A simple command-line tool for reading the output of all jobs

Project description

Tailpipe

A simple, command-line tool for reading Gitlab pipeline job output in the console. Just run tailpipe when your working directory is within a Git repository and the tool will determine your remote repository details, the current commit, and what pipeline jobs are currently running in Gitlab for that commit.

Setup

You will need to create a ~/.python-gitlab.cfg file with a format like this:

[global]
default = pims
ssl_verify = true
timeout = 5

[pims]
url = <GITLAB_URL>
private_token = <PRIVATE_TOKEN>
api_version = 4

Replace <GITLAB_URL> with your Gitlab URL. Replace <PRIVATE_TOKEN> with a Gitlab private token created with API access. Follow the instructions here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tailpipe-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

tailpipe-0.1-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page