Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh098/jenkins-x-codecollection
Codecollection for Making JenkinsX Troubleshooting possible on Runwhen Platform
https://github.com/harsh098/jenkins-x-codecollection
cd ci ci-cd-support jenkinsx kubernetes tekton
Last synced: about 1 month ago
JSON representation
Codecollection for Making JenkinsX Troubleshooting possible on Runwhen Platform
- Host: GitHub
- URL: https://github.com/harsh098/jenkins-x-codecollection
- Owner: harsh098
- License: apache-2.0
- Created: 2023-08-28T15:45:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T17:17:47.000Z (about 1 year ago)
- Last Synced: 2023-11-17T18:33:59.474Z (about 1 year ago)
- Topics: cd, ci, ci-cd-support, jenkinsx, kubernetes, tekton
- Language: Python
- Homepage: https://www.runwhen.com/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-x-codecollection
This 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.[![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)
## Getting Started
Looking 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.File Structure overview of devcontainer:
```
-/app/
|- auth/ #store secrets here, it should already be properly gitignored for you
|- codecollection/
| |- codebundles/ # stores codebundles that can be run
| |- libraries/ # stores python keyword libraries used by codebundles
|- dev_facade/ # provides interfaces equivalent to those used on the platform, but just dry runs the keywords to assist with development
...
```The 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.
### Quickstart
Navigate to the codebundle directory
`cd codecollection/codebundles/`Run the codebundle
`ro sli.robot`