Skip to content

FlightCheck is a CLI to view success rate of Concourse jobs

Notifications You must be signed in to change notification settings

jhvhs/flight-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlightCheck

A spike for a cross-platform tool for analysing build consistency for concourse jobs.

Building and running requires macOS 13.0 or higher, or Linux.

Usage

  FlightCheck [flags...]
	-u, --url, environment variable: FC_CONCOURSE_URL
		Main Concourse URL
	-t, --team, environment variable: FC_CONCOURSE_TEAM
		Concourse team name
	-k, --token, environment variable: FC_CONCOURSE_TOKEN
		Concourse auth token, can be obtained by visiting <concourse-url>/login?fly_port=10987
	-p, --pipeline, environment variable: FC_CONCOURSE_PIPELINE
		Concourse pipeline name
	-j, --job, environment variable: FC_CONCOURSE_JOB
		Name of the job in the pipeline
	-c, --build-count, environment variable: FC_CONCOURSE_BUILD_COUNT
		(optional) The number of builds to analyse
	-h, --help
		Display help

About

FlightCheck is a CLI to view success rate of Concourse jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages