Skip to content

dandavison/gocd-get-test-failures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fetch all test failure output from a GoCD pipeline

GoCD credentials must be stored as shell environment variables:

  export GOCD_USER=my_username GOCD_PASSWORD=my_password

Usage:
  gocd-get-test-failures BUILD [--format=FORMAT] [--stage=STAGE] [--job=JOB]
  gocd-get-test-failures --show-pipelines

Example:
  export GOCD_USER=my_username GOCD_PASSWORD=my_password
  gocd-get-test-failures some-pipeline/2275

Options:
  --format=FORMAT   Output format: org or json [default: json].
  --show-pipelines  Show stage/job names for known pipelines.
  --stage=STAGE     Set stage name for pipeline.
  --job=JOB         Set job name for pipeline.
  -h --help         Show this help.

About

Fetch test failures from a GoCD instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages