Files
backstage/plugins
Ferin Patel 07e08beac1 feat: Add status check functions for scaffolder steps (#32890)
* feat: Add status check functions for scaffolder steps

- Introduced `always()` and `failure()` functions to control step execution after failures.
- Updated documentation to explain usage of new status check functions.
- Enhanced NunjucksWorkflowRunner to process these functions in step conditions.
- Added tests to verify behavior of steps using `always()` and `failure()`.

Signed-off-by: ferin79 <ferinpatel79@gmail.com>

* feat: Enhance status check functions in scaffolder steps

- Updated documentation to clarify usage of status check functions with template expressions.
- Modified tests to reflect changes in syntax for status checks.
- Refactored NunjucksWorkflowRunner to ensure proper handling of status check functions in step conditions.

Signed-off-by: ferin79 <ferinpatel79@gmail.com>

* docs: Clarify usage of status check functions in writing templates

- Removed redundant explanation about truthy conditions after step failure.
- Streamlined the description for better clarity on status check functions.

Signed-off-by: ferin79 <ferinpatel79@gmail.com>

---------

Signed-off-by: ferin79 <ferinpatel79@gmail.com>
2026-04-28 11:16:59 +02:00
..
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00
2026-04-21 15:07:43 +00:00

Plugins

Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository. However, most plugins are in the community plugins repo - hop over there if you want to contribute!

For more information about the plugin ecosystem, see the documentation here:

https://backstage.io/docs/plugins/

You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.

Suggesting a plugin

If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue on the community plugins repo. This helps the community know what plugins are in development.

You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.