[HOWTO] Prevent self-hosted Azure DevOps agents from running out of disk space

The Azure DevOps pipeline, running on a self-hosted agent, failed due to insufficient disk space. Investigation revealed old directories consuming space. Enabling the maintenance job feature can automate cleaning to prevent such issues. It's advisable to schedule maintenance during low agent activity to avoid disruption. For detailed maintenance job information, refer to documentation.

[HOWTO] Automate release notes generation with an Azure DevOps YAML pipeline

This blog post demonstrates how to create a YAML pipeline in Azure DevOps for generating release notes for each production release, listing solved work items. The process involves preconditions, the Generate Release Notes (Crossplatform) extension, and the implementation of the release notes YAML pipeline. The post also covers importing the pipeline in Azure DevOps and local testing.

[HOWTO] Suggest changes directly in Azure DevOps pull requests

Azure DevOps allows proposing changes directly in pull requests, simplifying the process of suggesting small alterations like translations or formatting. Users can mark the part needing a change, click the Comment icon, select the Insert a suggestion icon, and edit the content. The pull request author can then accept and apply the suggested change directly in Azure DevOps.

[HOWTO] Automate Terraform execution in Azure DevOps YAML pipeline

The blog post explains the preferred setup for infrastructure deployments using Infrastructure as Code (IaC) with Terraform and Azure DevOps YAML pipelines. The author discusses the organization of service connections and security settings, and provides an in-depth look at the pipeline structure and tasks within each stage. The text also mentions an important update regarding Azure Pipelines Terraform tasks and offers a practical approach on pipeline re-runs after local fixes.

Powered by WordPress.com.

Up ↑