# concourse-flake-hunter **Repository Path**: mirrors_cloudfoundry/concourse-flake-hunter ## Basic Information - **Project Name**: concourse-flake-hunter - **Description**: Searches for flakes on Concourse - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 -p -n 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 | +----------------------------+-----------------------------------+ ```