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.
Looking to be a contributor for CodeCollections or start your own? We'd love to collaborate! Head on over to our public docs 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.
Navigate to the codebundle directory
cd codecollection/codebundles/
Run the codebundle
ro sli.robot