{"id":19396113,"url":"https://github.com/ruanbekker/concourse-test","last_synced_at":"2026-02-27T20:45:08.223Z","repository":{"id":139706781,"uuid":"117068581","full_name":"ruanbekker/concourse-test","owner":"ruanbekker","description":"Testing out Concourse","archived":false,"fork":false,"pushed_at":"2019-02-09T22:47:24.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T23:55:51.381Z","etag":null,"topics":["concourse","concourse-test","devops","pipeline"],"latest_commit_sha":null,"homepage":null,"language":null,"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/ruanbekker.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":"2018-01-11T07:57:18.000Z","updated_at":"2020-05-04T21:33:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4656a289-3ebb-47fd-90cf-1258ff0aef15","html_url":"https://github.com/ruanbekker/concourse-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruanbekker/concourse-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fconcourse-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fconcourse-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fconcourse-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fconcourse-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruanbekker","download_url":"https://codeload.github.com/ruanbekker/concourse-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fconcourse-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29913062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["concourse","concourse-test","devops","pipeline"],"created_at":"2024-11-10T10:33:44.624Z","updated_at":"2026-02-27T20:45:08.207Z","avatar_url":"https://github.com/ruanbekker.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# concourse-test\nTesting out Concourse.\n\n## About\n\nThis demo will run a basic pipeline that will pull down the `basic-helloworld` branch, and execute the `hello world` task that will just print out text.\n\n## Setup Concourse on Virtualbox:\n\n- https://concoursetutorial.com/#getting-started\n\n## Usage:\n\nClone Branch:\n\n```\n$ git clone -b basic-helloworld https://github.com/ruanbekker/concourse-test\n```\n\nSet Pipeline:\n\n```\n$ fly -t tutorial sp -c pipeline.yml -p pipeline-01\n```\n\nUnpause Pipeline:\n\n```\n$ fly -t tutorial up -p pipeline-01\n```\n\nTrigger Job:\n\n```\n$ fly -t tutorial tj -j pipeline-01/hello-world-job --watch\nstarted pipeline-01/hello-world-job #2\n\nCloning into '/tmp/build/get'...\nFetching HEAD\n292c84b change task name\ninitializing\nrunning echo hello world\nhello world\nsucceeded\n```\n\nSee the Output on the Terminal for a Job:\n\n```\n$ fly -t tutorial watch -j pipeline-01/hello-world-job\ninitializing\nrunning echo hello world\nhello world\nsucceeded\n```\n\nBuild Status:\n\n```\n$ fly -t tutorial builds\nid  pipeline/job                    build  status     start                     end                       duration\n32  pipeline-01/hello-world-job     2      succeeded  2018-01-11@15:31:21+0200  2018-01-11@15:31:30+0200  9s\n31  pipeline-01/hello-world-job     1      succeeded  2018-01-11@15:28:08+0200  2018-01-11@15:28:16+0200  8s\n30  hello-pipeline/job-hello-world  1      succeeded  2018-01-11@13:21:50+0200  2018-01-11@13:21:56+0200  6s\n29  shell-test/deploy               2      pending    n/a                       n/a                       n/a\n28  shell-test/deploy               1      aborted    n/a                       2018-01-11@13:10:23+0200  421019h10m23s\n27  helloworld/job-hello-world      2      succeeded  2018-01-10@15:43:09+0200  2018-01-10@15:43:26+0200  17s\n26  helloworld/job-hello-world      1      succeeded  2018-01-10@13:59:16+0200  2018-01-10@13:59:20+0200  4s\n25  one-off                         n/a    succeeded  2018-01-10@13:38:45+0200  2018-01-10@13:38:51+0200  6s\n24  one-off                         n/a    errored    2018-01-10@12:56:05+0200  2018-01-10@12:56:10+0200  5s\n```\n\nDelete Pipeline:\n\n```\n$ fly -t tutorial dp -p hello-pipeline\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanbekker%2Fconcourse-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruanbekker%2Fconcourse-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanbekker%2Fconcourse-test/lists"}