Skip to content

Commit

Permalink
Add catalog-info.yaml for backstage (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bednar <[email protected]>
  • Loading branch information
lukas-bednar committed Apr 18, 2024
1 parent 460b58e commit ae7b8ac
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: pytest-jira
title: PyTest Jira Plugin
description: This plugin allows you to skip test cases based on the status of related Jira issue.
links:
- title: docs
url: https://github.com/rhevm-qe-automation/pytest_jira/blob/master/README.rst
icon: docs
- title: code
url: https://github.com/rhevm-qe-automation/pytest_jira
icon: github
- title: pypi
url: https://pypi.org/project/pytest-jira
tags:
# Ecosystem
- public
- test-framework
# Programming Languages
- python
# Tool / Service
- jira
- pytest
namespace: quality-community
annotations:
# For GitHub repositories
github.com/project-slug: rhevm-qe-automation/pytest_jira
spec:
type: library
lifecycle: production
owner: group:redhat/cnv-qe-infra

0 comments on commit ae7b8ac

Please sign in to comment.