Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Simple web server that tells you how long it's been since a green build.

License

Notifications You must be signed in to change notification settings

vmware-archive/last_green_build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Displays the number of hours and days since the last time a specific Concourse job went green.

The app has two components:

  1. an API which returns the number of seconds since a specified Concourse job went green
  2. a UI which polls the API and displays the elapsed time in hours and days

Deploying

The recommended way to deploy this app is using Cloud Foundry.

The following environment variables need to be set for the API:

ENV Description
TARGET the url of the concourse ATC to check
PIPELINE the name of the pipeline to check
JOB the name of the job to check
CONCOURSE_USERNAME basic auth user for this concourse
CONCOURSE_PASSWORD basic auth password for user
SKIP_SSL

About

Simple web server that tells you how long it's been since a green build.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.7%
  • JavaScript 26.4%
  • HTML 13.9%
  • CSS 7.2%
  • Procfile 0.8%