Categorygithub.com/cloudfoundry/concourse-flake-hunter
modulepackage
0.0.0-20230926152443-1618b9a490e3
Repository: https://github.com/cloudfoundry/concourse-flake-hunter.git
Documentation: pkg.go.dev

# README

concourse-flake-hunter

concourse-flake-hunter 

  -c, --concourse-url= Concourse URL to authenticate with
  -u, --username=      Username for basic auth
  -p, --password=      Password for basic auth
  -n, --team-name=     Team to authenticate with (default: main)

Example

The following command will search for "connection reset" in the last 150 builds run:

concourse-flake-hunter -c https://my.concourse.com -u <username> -p <password> -n <team-name> search --limit 150 "connection reset"

The outlook will look like the following:

+----------------------------+-----------------------------------+
|       PIPELINE/JOB         |            BUILD URL              |
+----------------------------+-----------------------------------+
|  product/unit-test         |  https://www.example.org/build/1  |
+----------------------------+-----------------------------------+

# Packages

No description provided by the author
No description provided by the author
No description provided by the author