Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drone allure server plugin #431

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions plugins/allure-server/content.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
title: Allure Server
author: igur007
tags:
- publish
- test
- reporting
logo: allure_server.svg
repo: https://github.com/Igur007/drone-allure-server-plugin
image: https://hub.docker.com/r/igur007/drone-allure-server-plugin
license: Apache License 2.0
readme: https://github.com/Igur007/drone-allure-server-plugin/blob/main/README.md
description: The Allure Server plugin uploads allure result files to your allure server and generates report.
example: |
kind: pipeline
name: allure report

steps:
- name: allure-report
image: igur007/drone-allure-server-plugin:latest
environment:
ALLURE_SERVER_URL: http://10.110.213.220:8080
secrets: [DRONE_BUILD_NUMBER, DRONE_BUILD_LINK]
properties:
ALLURE_SERVER_URL:
type: string
defaultValue: ""
description: Full url of your deployed allure-server
secret: false
required: true
ALLURE_SERVER_USERNAME:
type: string
defaultValue: ""
description: Username for basic auth if it's enabled
secret: true
required: false
ALLURE_SERVER_PASSWORD:
type: string
defaultValue: ""
description: Password for basic auth if it's enabled
secret: false
required: false
REPORT_PATH:
type: string
defaultValue: "main"
description:
It is used to group test reports. All reports with same path will have common allure history.
Also it used as url path to access latest report. You can specify branch name here, or project name.
secret: false
required: false
REPORT_NAME:
type: string
defaultValue: "Allure"
description: Report name
secret: false
required: false
REPORT_URL:
type: string
defaultValue: ""
description: Report URL
secret: false
required: false
EXECUTOR_INFO_NAME:
type: string
defaultValue: "Drone"
description: Executor name
secret: false
required: false
EXECUTOR_INFO_TYPE:
type: string
defaultValue: "exectype"
description: Executor type
secret: false
required: false
EXECUTOR_INFO_URL:
type: string
defaultValue: ""
description: Executor url
secret: false
required: false
DELETE_RESULTS:
type: boolean
defaultValue: true
description: Is used to define if to delete results after report generation.
secret: false
required: false
2 changes: 1 addition & 1 deletion plugins/aws-sam-build/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- sam build
repo: https://github.com/harness-community/drone-aws-sam/tree/main/aws-sam-build
image: https://hub.docker.com/r/plugins/aws-sam-build/
license: Apache 2.0 License
license: Apache License 2.0
readme: https://github.com/harness-community/drone-aws-sam/blob/main/aws-sam-build/README.md
description: This plugin enables building AWS Serverless Application Model (SAM) applications using the sam build command. It supports various options for building, including using a specific Docker image, providing build command options, and authenticating with a private Docker registry.
example: |
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws-sam-deploy/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- sam deploy
repo: https://github.com/harness-community/drone-aws-sam/tree/main/aws-sam-deploy
image: https://hub.docker.com/r/plugins/aws-sam-deploy/
license: Apache 2.0 License
license: Apache License 2.0
readme: https://github.com/harness-community/drone-aws-sam/blob/main/aws-sam-deploy/README.md
description: This plugin enables the deployment of AWS Serverless Application Model (SAM) applications. It provides various options for authenticating with AWS, including using access keys, session tokens, and assuming roles with or without web identity tokens.
example: |
Expand Down
2 changes: 1 addition & 1 deletion plugins/nexus-publish/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
logo: sonatype_nexus.png
repo: https://github.com/harness-community/drone-nexus-publish
image: https://hub.docker.com/r/harnesscommunity/drone-nexus-publish/
license: Apache 2.0 License
license: Apache License 2.0
readme: https://github.com/harness-community/drone-nexus-publish/blob/main/README.md
description: Drone plugin to publish artifacts to Nexus Repository Manager.
example: |
Expand Down
64 changes: 64 additions & 0 deletions public/logos/allure_server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.