Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Upload Report To Azure Devops Wiki
Upload Report To Azure Devops Wiki

Upload Report To Azure Devops Wiki

solucionespsg

|
39 installs
| (1) | Free
The UploadReportToAzureDevopsWiki VSTS task uploads report files as attachments to an Azure DevOps wiki.
Get it free

Upload Report To Azure Devops Wiki

The UploadReportToAzureDevopsWiki VSTS task uploads report files as attachments to an Azure DevOps wiki. This serves for example to centralize dependency check reports or ZAP OWASP scans among other purposes.

Documentation

Prerequisites:

The project must have a wiki created.

If you do not have a wiki created please create one as seen in the image. Press Create project wiki.

alt tag

Configure the tasks in YAML:

steps:
- task: solucionespsg.UploadReportToAzureDevopsWiki.psg.UploadReportToAzureDevopsWiki.UploadReportToAzureDevopsWiki@0
  displayName: 'Upload Report To Azure Devops Wiki'
  inputs:
    Tokenuser: '$(tokenuser)'
    AttachmentName: 'dependency-check-report.html'
    PathWhereTheFileIsLocated: '$(Common.TestResultsDirectory)\dependency-check\'
    PageWikiName: 'DependencyCheckReport/MP'

Configure the tasks for classic editor

alt tag

Token user: User token with write permissions in the azure devops wiki.

UploadMultipleFiles: Upload multiple files Yes/No

If 'No' is selected:

  • Attachment name: File name with extension to be uploaded to the wiki as an attachment.

  • Path where the file (Attachment Name) is located: Path where the file (Attachment Name) is located. Without entering the file name.

  • Page Wiki Name: Name of the wiki page to be created. For example it could be: OWASP-ZAP/MyAppNameResult.

If 'Yes' is selected:

  • Attachment Names: Path where files with name and extension separated by ',' are located to be uploaded to the wiki as attachments.

  • Page Wiki Names: Name of the wiki pages to be created separated by ','. For example, it could be: DependencyCheckReport/MyAppNameResult,SonarMetrics/MyAppNameResult

Configure in pipeline release:

alt tag

Results

alt tag

alt tag

alt tag

Extra add-ons

Upload report to SonarQube:

Use: Sonar Qube Metrics Report

alt tag

alt tag

alt tag

Help to continue development.

If it helped you. You can help me:

https:// paypal.me/solucionespsg

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft