2025-03-20 10:55:26 -05:00
2024-11-26 11:57:54 -06:00
2024-11-26 16:26:47 -06:00
2024-05-23 12:23:36 -05:00
2024-05-22 16:57:28 -05:00
2024-05-22 16:57:28 -05:00
2024-05-22 16:57:28 -05:00

Jenkins Stage Times

Simple CLI utility to show the average stage times for the most recent successful Jenkins builds in a given pipeline.

To use, set the following env vars:

export JENKINS_HOST=https://<host>
export JENKINS_USER=<jenkins user>
export JENKINS_KEY=<api key for that jenkins user>

Can optionally pass the pipeline name (defaults to "master")

Description
Prints a summary of recent runs in Jenkins
Readme MIT 236 KiB
Languages
Go 100%