community-plugins
community-plugins copied to clipboard
feat(azure-devops): Add option to fail action if pipeline is unsuccessful
Hey, I just made a Pull Request!
:heavy_check_mark: Checklist
Changed Packages
| Package Name | Package Path | Changeset Bump | Current Version |
|---|---|---|---|
| @backstage-community/plugin-scaffolder-backend-module-azure-devops | workspaces/azure-devops/plugins/scaffolder-backend-module-azure-devops | minor | v0.16.1 |
@awanlin please have a look when you have time
@awanlin please have a look when you have time
I'll be giving it a look this Friday now that I'm back from BackstageCon/KubeCon 👍
Thanks for the contribution @oskarjiang, code looks great just got a few places that need to be updated as well:
- Please add a new example using this here: https://github.com/backstage/community-plugins/blob/172d01b08275d602e9a1520c1a141ef7a704fb8e/workspaces/azure-devops/plugins/scaffolder-backend-module-azure-devops/src/actions/devopsCreatePipeline.examples.ts
- Also add a new example using this here too: https://github.com/backstage/community-plugins/blob/main/workspaces/azure-devops/plugins/scaffolder-backend-module-azure-devops/README.md#usage
Added 🙂