{"id":18648634,"url":"https://github.com/buildpulse/buildpulse-circleci-orb","last_synced_at":"2025-04-11T14:31:14.267Z","repository":{"id":125592251,"uuid":"237687574","full_name":"buildpulse/buildpulse-circleci-orb","owner":"buildpulse","description":"CircleCI Orb for connecting to BuildPulse for flaky test detection","archived":false,"fork":false,"pushed_at":"2025-02-07T23:24:25.000Z","size":74,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T14:39:06.397Z","etag":null,"topics":["circleci-orbs","flake-detection"],"latest_commit_sha":null,"homepage":"https://buildpulse.io","language":"Shell","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/buildpulse.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}},"created_at":"2020-02-01T22:37:15.000Z","updated_at":"2025-02-07T23:23:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f996c227-27ac-4a74-acdd-f5e997d2d353","html_url":"https://github.com/buildpulse/buildpulse-circleci-orb","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-circleci-orb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-circleci-orb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-circleci-orb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-circleci-orb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildpulse","download_url":"https://codeload.github.com/buildpulse/buildpulse-circleci-orb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248419667,"owners_count":21100220,"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":["circleci-orbs","flake-detection"],"created_at":"2024-11-07T06:33:01.456Z","updated_at":"2025-04-11T14:31:09.240Z","avatar_url":"https://github.com/buildpulse.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BuildPulse CircleCI Orb [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/workshop64/buildpulse)](https://circleci.com/orbs/registry/orb/workshop64/buildpulse) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Workshop64/buildpulse-circleci-orb/master/LICENSE)\n\nEasily connect your CircleCI jobs to [BuildPulse](https://buildpulse.io) to help you find and [fix flaky tests](https://buildpulse.io/products/flaky-tests).\n\n## Usage\n\nSee [this orb's listing in CircleCI's Orbs Registry](https://circleci.com/orbs/registry/orb/workshop64/buildpulse) for details on usage, or see the example below.\n\n## Example\n\nIn this example `config.yml` snippet, after your tests run, the `buildpulse/upload` command sends the test results to BuildPulse for analysis.\n\n```yaml\nversion: 2.1\n\norbs:\n  buildpulse: workshop64/buildpulse@x.y\n\njobs:\n  build:\n    docker:\n      - image: circleci/\u003csome-docker-image\u003e\n\n    steps:\n      - checkout\n\n      - run: echo \"Run your tests and generate XML reports for your test results\"\n\n      - buildpulse/upload:\n          account-id: 123 \n          repository-id: 123\n          path: ./spec/reports\n          access-key-id: BUILDPULSE_ACCESS_KEY_ID\n          secret-access-key: BUILDPULSE_SECRET_ACCESS_KEY\n          path: test/reports # path to JUnit XML file\n          account-id: \u003cbuildpulse-account-id\u003e\n          repository-id: \u003cbuildpulse-repository-id\u003e\n          coverage-files: ./coverage/lcov/project.lcov # optional\n          tags: tag1 tag2 tag3 # optional\n\nworkflows:\n  version: 2\n  commit:\n    jobs:\n      - build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildpulse%2Fbuildpulse-circleci-orb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildpulse%2Fbuildpulse-circleci-orb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildpulse%2Fbuildpulse-circleci-orb/lists"}