{"id":41690559,"url":"https://github.com/harness-community/python-pipeline-samples","last_synced_at":"2026-01-24T20:14:46.899Z","repository":{"id":63169235,"uuid":"534153891","full_name":"harness-community/python-pipeline-samples","owner":"harness-community","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-21T12:07:57.000Z","size":1677,"stargazers_count":10,"open_issues_count":5,"forks_count":72,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-02T21:22:36.760Z","etag":null,"topics":["continuous-integration","harness","kubernetes","pipeline"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/harness-community.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}},"created_at":"2022-09-08T10:07:27.000Z","updated_at":"2023-03-02T21:22:36.760Z","dependencies_parsed_at":"2023-01-23T18:31:27.426Z","dependency_job_id":null,"html_url":"https://github.com/harness-community/python-pipeline-samples","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/harness-community/python-pipeline-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness-community%2Fpython-pipeline-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness-community%2Fpython-pipeline-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness-community%2Fpython-pipeline-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness-community%2Fpython-pipeline-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harness-community","download_url":"https://codeload.github.com/harness-community/python-pipeline-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness-community%2Fpython-pipeline-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"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":["continuous-integration","harness","kubernetes","pipeline"],"created_at":"2026-01-24T20:14:46.845Z","updated_at":"2026-01-24T20:14:46.891Z","avatar_url":"https://github.com/harness-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Sample Pipelines in Harness\n\n![Python Pipeline Samples](https://repobeats.axiom.co/api/embed/4b5f037eb19da59cb5a8357bd2507b6d591f09d2.svg \"Python Pipeline Samples\")\n\nIntroduction\n========================\nThis repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community.\n\n## Layout\n\n**[Tutorial](docs/CreatePipeline.md)**\u003cbr\u003e\n**[Requirements](docs/requirements.md)**\u003cbr\u003e\n**[Harness Sample YAML](.harness/Pipeline.yaml)**\u003cbr\u003e\n**[Getting Started](#GettingStarted)**\u003cbr\u003e\n**[Workflow](#Workflow)**\u003cbr\u003e\n**[Build Instructions](docs/CreatePipeline.md)**\u003cbr\u003e\n\n## Getting Started\n\nUse this README to get started with our sample pipeline repository for Python. This guide outlines the basics of getting started with the Harness CI and provides a full code sample for you to try out. This sample doesn’t include configuration options, for in-depth steps and configuring the pipeline for example using triggers or using our templates see the Pipeline Configuration Docs.\n\nHere we have built a simple two-stage CI Pipeline in Harness. Setting up and running the Pipeline will take about 30 minutes. The Pipeline will build and run a unit test on a sample nodejs repository, upload the artifact to Docker Hub, and then run integration tests. You can use publicly-available code, images, and your GitHub and Docker Hub accounts.\n\n## Workflow\n\n- Use a Kubernetes cluster to build a farm.\n- Build the code and run unit tests in the build farm.\n- Package the app as a Docker image and upload it to Docker Hub.\n- Pull the uploaded image to the build farm as a Background Task. Check out more about background tasks here\n- Run an integration test against the sample app.\n\n## Graphical Summary\n\n![alt text](https://files.helpdocs.io/i5nl071jo5/articles/x0d77ktjw8/1611599684642/image.png)\n\n## Docs\n\n**[Pipeline Creation \u0026 Build Set-up](docs/CreatePipeline.md)**\u003cbr\u003e\n**[Configuring the infrastructure \u0026 setting up Build \u0026 Run Unit Test stage](docs/build.md)**\u003cbr\u003e\n**[Build \u0026 Push Image to Docker](docs/DockerPush.md)**\u003cbr\u003e\n**[Create Integration Stage and Run the Pipeline](docs/Integration.md)**\u003cbr\u003e\n\n## Contributor License Agreement\n\nIn order to clarify the intellectual property license granted with Contributions from any person or entity, Harness Inc. (\"Harness\") must have a Contributor License Agreement (\"CLA\") on file that has been read, accepted, and followed by each contributor, indicating an agreement to the CLA terms located [here](https://github.com/harness-community/overview/blob/main/Contributor_License_Agreement.md). This license is for your protection as a Contributor as well as the protection of Harness; it does not change your rights to use your own Contributions for any other purpose.\n\n## Code of Conduct\n\nAll users and contributors of the Harness community should adhere to the following [Code of Conduct](https://github.com/harness/community/blob/main/CODE_OF_CONDUCT.md)!\n\n## Communication\n\nRefer [Harness Community Communications Guide](https://github.com/harness-community/overview/blob/main/community_communication_guide.rst) to interact with the wider community users/contributors, join slack workgroups to get help/help other users and create topics in [community.harness.io](https://community.harness.io)\n\n## License\n\nMIT License. \n\nSee [COPYING](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharness-community%2Fpython-pipeline-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharness-community%2Fpython-pipeline-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharness-community%2Fpython-pipeline-samples/lists"}