{"id":21396049,"url":"https://github.com/harsh098/jenkins-x-codecollection","last_synced_at":"2026-05-20T06:02:56.842Z","repository":{"id":198313601,"uuid":"684170641","full_name":"harsh098/jenkins-x-codecollection","owner":"harsh098","description":"Codecollection for Making JenkinsX Troubleshooting possible on Runwhen Platform","archived":false,"fork":false,"pushed_at":"2023-11-17T17:17:47.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T02:11:19.719Z","etag":null,"topics":["cd","ci","ci-cd-support","jenkinsx","kubernetes","tekton"],"latest_commit_sha":null,"homepage":"https://www.runwhen.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harsh098.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["harsh098"]}},"created_at":"2023-08-28T15:45:33.000Z","updated_at":"2024-11-21T08:29:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a59f7da-5864-42a5-a9da-1c4320a33899","html_url":"https://github.com/harsh098/jenkins-x-codecollection","commit_stats":null,"previous_names":["harsh098/jenkins-x-codecollection"],"tags_count":0,"template":false,"template_full_name":"runwhen-contrib/codecollection-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fjenkins-x-codecollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fjenkins-x-codecollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fjenkins-x-codecollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fjenkins-x-codecollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harsh098","download_url":"https://codeload.github.com/harsh098/jenkins-x-codecollection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885886,"owners_count":20363643,"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":["cd","ci","ci-cd-support","jenkinsx","kubernetes","tekton"],"created_at":"2024-11-22T14:24:40.147Z","updated_at":"2026-05-20T06:02:51.807Z","avatar_url":"https://github.com/harsh098.png","language":"Python","funding_links":["https://github.com/sponsors/harsh098"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/Ut7Ws4rm8Q\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/1131539039665791077?label=Join%20Discord\u0026logo=discord\u0026logoColor=white\u0026style=for-the-badge\" alt=\"Join Discord\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://runwhen.slack.com/join/shared_invite/zt-1l7t3tdzl-IzB8gXDsWtHkT8C5nufm2A\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Join%20Slack-%23E01563.svg?\u0026style=for-the-badge\u0026logo=slack\u0026logoColor=white\" alt=\"Join Slack\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ca href='https://codespaces.new/runwhen-contrib/codecollection-template?quickstart=1'\u003e\u003cimg src='https://github.com/codespaces/badge.svg' alt='Open in GitHub Codespaces' style='max-width: 100%;'\u003e\u003c/a\u003e\n\n\n# jenkins-x-codecollection\nThis repo contains the code for Troubleshooting JenkinsX Pipelines and collect metrics on Failing Pipelines as SLI, the tasksets will help with fetching logs for failed builds making troubleshooting JenkinsX pipelines easier on your kubernetes cluster.\n\n[![Build](https://github.com/harsh098/jenkins-x-codecollection/actions/workflows/build.yaml/badge.svg)](https://github.com/harsh098/jenkins-x-codecollection/actions/workflows/build.yaml)\n\n## Getting Started\nLooking to be a contributor for CodeCollections or start your own? We'd love to collaborate! Head on over to our [public docs](https://docs.runwhen.com/public/runwhen-authors/getting-started-with-codecollection-development) to get started.\n\nFile Structure overview of devcontainer:\n```\n-/app/\n    |- auth/ #store secrets here, it should already be properly gitignored for you\n    |- codecollection/\n    |   |- codebundles/ # stores codebundles that can be run\n    |   |- libraries/ # stores python keyword libraries used by codebundles\n    |- dev_facade/ # provides interfaces equivalent to those used on the platform, but just dry runs the keywords to assist with development\n    ...\n```\n\nThe included script `ro` wraps the `robot` RobotFramework binary, and includes some extra functionality to write logs to a consistent location for viewing in a HTTP server at http://localhost:3000/ that is always running as part of the devcontainer.\n\n### Quickstart\n\nNavigate to the codebundle directory\n`cd codecollection/codebundles/`\n\nRun the codebundle\n`ro sli.robot`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh098%2Fjenkins-x-codecollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharsh098%2Fjenkins-x-codecollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh098%2Fjenkins-x-codecollection/lists"}