{"id":19124365,"url":"https://github.com/buildkite/input-step-example","last_synced_at":"2025-09-08T14:31:57.609Z","repository":{"id":47710438,"uuid":"364621956","full_name":"buildkite/input-step-example","owner":"buildkite","description":"An example pipeline that uses an input step to pause a build and request manual input from a user.","archived":false,"fork":false,"pushed_at":"2025-07-10T00:16:35.000Z","size":397,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-28T17:05:12.231Z","etag":null,"topics":["buildkite","example","input-step","pipeline"],"latest_commit_sha":null,"homepage":"https://buildkite.com/buildkite/input-step-example/builds/latest?branch=main","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildkite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-05-05T15:24:28.000Z","updated_at":"2025-07-10T00:16:39.000Z","dependencies_parsed_at":"2025-07-07T05:29:26.932Z","dependency_job_id":"71b6a6c3-4267-40fe-8828-ab195c5ae190","html_url":"https://github.com/buildkite/input-step-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buildkite/input-step-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Finput-step-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Finput-step-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Finput-step-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Finput-step-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildkite","download_url":"https://codeload.github.com/buildkite/input-step-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Finput-step-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274198334,"owners_count":25239614,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["buildkite","example","input-step","pipeline"],"created_at":"2024-11-09T05:28:53.529Z","updated_at":"2025-09-08T14:31:57.489Z","avatar_url":"https://github.com/buildkite.png","language":"PowerShell","readme":"# Buildkite Input Step Example\n\n[![Build status](https://badge.buildkite.com/a947f64837044296a1ea4394819872e0544a4647a3400e6634.svg?branch=main)](https://buildkite.com/buildkite/input-step-example/builds/latest?branch=main)\n[![Add to Buildkite](https://img.shields.io/badge/Add%20to%20Buildkite-14CC80)](https://buildkite.com/new)\n\nThis repository is an example [Buildkite](https://buildkite.com/) pipeline that demonstrates how to use an [Input Step](https://buildkite.com/docs/pipelines/configure/step-types/input-step) to pause a build and request manual input.\n\n👉 **See this example in action:** [https://buildkite.com/docs/pipelines/input-step-example](https://buildkite.com/buildkite/input-step-example/builds/latest?branch=main)\n\nSee the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running, or try it yourself:\n\n[![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\".buildkite/screenshot-1.png\" alt=\"Input step screenshot\" width=\"600\" /\u003e\n  \u003cbr\u003e\n  \u003cem\u003eThe pipeline paused at an input step\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\".buildkite/screenshot-2.png\" alt=\"Popup dialog for input\" width=\"600\" /\u003e\n  \u003cbr\u003e\n  \u003cem\u003eThe input dialog prompting for a value\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\".buildkite/screenshot-3.png\" alt=\"Build after input submission\" width=\"600\" /\u003e\n  \u003cbr\u003e\n  \u003cem\u003eThe pipeline resuming after the input is submitted\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\".buildkite/screenshot-4.png\" alt=\"Script output using input\" width=\"600\" /\u003e\n  \u003cbr\u003e\n  \u003cem\u003eThe input value echoed back by the script\u003c/em\u003e\n\u003c/p\u003e\n\n\u003c!-- docs:start --\u003e\n\n## How it works\n\nThis example:\n- Uses an [Input Step](https://buildkite.com/docs/pipelines/input-step) to ask for a value mid-pipeline.\n- Passes that value to a script (choose from [`script.sh`](script.sh) or [`script.ps1`](script.ps1)) that echoes it back.\n- Can be extended to support manual approvals, environment switching, or conditional builds.\n\nTo switch platforms, edit the step in `.buildkite/pipeline.yml`.\n\n\u003c!-- docs:end --\u003e\n\n## License\n\nSee [LICENSE.md](LICENSE.md) (MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildkite%2Finput-step-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildkite%2Finput-step-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildkite%2Finput-step-example/lists"}