Deploy SSRS Reports to SSRS Server
This Azure Pipelines task allows you to automatically deploy SQL Server Reporting Services (SSRS) reports (rdl files) to an SSRS server.
✨ Features
- Uploads *all .rdl files from a specified folder to the SSRS server.
- Provides an option to overwrite existing reports (Overwrite Reports).
- Automatically and recursively creates missing folders in the deployment path.
- Offers the flexibility to use default or custom credentials for connecting to the report server.
⚙️ Configuration Options
You can customize this task through the Azure Pipelines interface with the following options:
- ✅ Report Server — The hostname of the SSRS server.
- 📂 Report(*.rdl) Folder Path — The source folder path for *.rdl files.
- ⬆️ Report Publish Path — The target folder path where reports will be published.
- ✍️ Overwrite Reports — Specifies whether you want to overwrite reports with the same name.
- ➕ Recursive Creation — Enables the automatic, hierarchical creation of folders in the publish path.
- 👤 Input SSRS Credential — Allows you to use a different username and password instead of default credentials.
- 🔒 Input SSRS Username & Password — The SSRS username and password to be used if custom credentials are enabled.
🚀 Perfect for
- BI Developers: Who want to automatically move reports to testing and production environments.
- DevOps Engineers: Who want to integrate SSRS deployment into their CI/CD processes.
- Team Leads: Who want to ensure consistency and automation in their report deployment workflows.
Automating your SSRS report deployments is now easier than ever!
| |