This plugin handles the "Observatory" tab when viewing application in Spinnaker.
The easiest way to test your changes is to create a pre-release of the plugin and update the version of the plugin.
- Create a tag
git tag v0.1.0+2
git push --tags
- Once you've pushed up the tags, keep an eye on the release workflow.
- Once it completes you can head over to the gate-profile in spin-operator-np-te-cd-tools and update the plugin version to your latest release. Commit your change to get a new version of spin-operator
- Run the dev spinnaker pipeline with your operator version
The plugin will be available in the left-hand application menu
Once a pipeline is selected, the full view will be rendered showing executions and additional controls
The default view shows execution IDs, status, start time, and end time but additional fields can be displayed by selecting from the parameters dropdown. it's also possible to filter by both a date range and execution status to drill down and view only the desired executions.
Pipeline Actions
This plugin allows you to select any number of the displayed executions and perform batch actions on the selections. It's possible to pause or cancel running executions, resume paused executions, or rerun completed executions.