{"id":20512562,"url":"https://github.com/jpluscplusm/concourse-tools","last_synced_at":"2026-04-19T15:34:14.700Z","repository":{"id":93632531,"uuid":"94647685","full_name":"jpluscplusm/concourse-tools","owner":"jpluscplusm","description":"A collection of useful things","archived":false,"fork":false,"pushed_at":"2017-06-17T20:56:37.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T09:09:29.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpluscplusm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-17T20:33:06.000Z","updated_at":"2017-06-17T20:53:22.000Z","dependencies_parsed_at":"2023-03-16T02:32:52.430Z","dependency_job_id":null,"html_url":"https://github.com/jpluscplusm/concourse-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpluscplusm%2Fconcourse-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpluscplusm%2Fconcourse-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpluscplusm%2Fconcourse-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpluscplusm%2Fconcourse-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpluscplusm","download_url":"https://codeload.github.com/jpluscplusm/concourse-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117657,"owners_count":20074435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T20:41:59.269Z","updated_at":"2026-04-19T15:34:09.673Z","avatar_url":"https://github.com/jpluscplusm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concourse-tools\nA collection of useful things and tools to do with https://concourse.ci\n\n## tail-pipeline\n\nThis helps you keep an eye on the output of all the jobs flowing down a named\nConcourse pipeline. Concurrently running jobs' outputs are interleaved,\nhopefully line-by-line. Jobs started whilst the script is running will begin to\nbe tailed within a couple of seconds of the job starting.\n\n```\n$ FLY=\"fly -t myserver\" CONCOURSE_PIPELINE_NAME=a-pipeline ./tail-pipeline\nsome-job 2 21:36:26\u003e using version of resource found in cache\nsome-job 2 21:36:26\u003e Starting ...\nsome-job 2 21:36:27\u003e Continuing ...\nanother-job 15 21:36:27\u003e using version of resource found in cache\nanother-job 15 21:36:27\u003e Some output ...\nanother-job 15 21:36:27\u003e Some more eutput ...\nsome-job 2 21:36:27\u003e Continuing ...\nsome-job 2 21:36:28\u003e Continuing ...\n...\n```\n\nNB Each line's timestamp is generated at the time the data is *received*. The\n`fly watch` command prints a job's output from the start, so long-running jobs\nwill have an incorrect timestamp associated with their early-on output.\n\nYou can disable the timestamp generation by setting the envvar\n`DISABLE_TIMESTAMP` to the empty string. This may be useful if the script's\noutput already contains timestamps.\n\n```\n$ DISABLE_TIMESTAMP=\"\" FLY=\"fly -t myserver\" CONCOURSE_PIPELINE_NAME=a-pipeline ./tail-pipeline\nsome-job 2\u003e using version of resource found in cache\nsome-job 2\u003e Starting ...\nsome-job 2\u003e Continuing ...\nanother-job 15\u003e using version of resource found in cache\nanother-job 15\u003e Some output ...\nanother-job 15\u003e Some more eutput ...\nsome-job 2\u003e Continuing ...\nsome-job 2\u003e Continuing ...\n...\n```\n\nOn a particularly busy CI server, you may have to increase the amount of job\nhistory the tool requests from Concourse each time. Set the envvar\n`BUILD_COUNT` to something higher than the default of 25.\n\nOn a particularly complex or lengthy pipeline, you may have to raise the\nscript's hardcoded limit of 32 running jobs being tailed at once.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpluscplusm%2Fconcourse-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpluscplusm%2Fconcourse-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpluscplusm%2Fconcourse-tools/lists"}