Showing category results for CI/CD

May 7, 2019
Post comments count64
Post likes count0

What’s new with Azure Pipelines

Gopinath C H[MSFT]

Today, we are announcing new features for Azure Pipelines, including multi-stage YAML pipelines (for CI and CD), environments and deployment strategies, and Kubernetes support.

Azure & CloudCI/CDOpen Source
May 6, 2019
Post comments count2
Post likes count0

Announcing Kubernetes integration for Azure Pipelines

Gopinath C H[MSFT]

We are announcing new features features designed to help our customers build applications with Docker containers and deploy them to Kubernetes clusters, on all cloud providers and on-premises.

CI/CDAzure & CloudOpen Source
Mar 13, 2019
Post comments count9
Post likes count0

Approve Azure Pipelines deployments from Slack

Atin Bansal

Many of our customers use Slack channels to manage Azure Pipelines. Today, we're making it even easier for you, with a tighter integration that lets you be more productive - even when you're on the go!

CI/CD
Feb 27, 2019
Post comments count0
Post likes count0

Hosted Pipelines Announcements: VS 2019, Mojave, and more

Joe Bourne

Hosted Agents in Azure Pipelines are getting a Windows Server 2019 image with VS 2019 installed, macOS agents are upgrading to Mojave (OS X 10.14), and we share a few upcoming road map items!

CI/CD
Feb 21, 2019
Post comments count1
Post likes count0

Cross-Platform Container Builds with Azure Pipelines

Edward Thomson

This is a follow-up to Matt Cooper's earlier blog post, "Using containerized services in your pipeline". If you haven't yet, I encourage you to read that post to understand the new `container` syntax in the pipeline definition. As a program manager for Azure DevOps, I spend a lot of time speaking with customers about their DevOps pract...

CI/CD
Feb 20, 2019
Post comments count1
Post likes count0

Create a CI/CD pipeline for your Azure IoT Edge solution with Azure Pipelines

Zhiqing Qiu

Modern software moves quickly and demands more from developers than ever. New CI/CD tools can help developers deliver value faster and more transparently, but the need for customized scripts that address different kinds of edge solutions still presents a challenge for some CI/CD pipelines. Now, with the Azure IoT Edge task in Azure Pipelines, devel...

Azure & CloudCI/CD
Feb 12, 2019
Post comments count16
Post likes count0

Announcing launch of Azure Pipelines app for Slack

Atin Bansal

I am excited to announce the availability of the Azure Pipelines app for Slack. If you use Slack, you can use the Azure Pipelines app for Slack to easily monitor the events for your pipelines. Set up and manage subscriptions for completed builds, releases, pending approvals and more from the app and get notifications for these events in your Slack ...

CI/CDAzure & CloudCommunity
Feb 5, 2019
Post comments count9
Post likes count0

Adding caching to Azure Pipelines

Alex Mullans

For a long while, Azure Pipelines users have been asking to improve performance on the hosted build agents by adding caching for common scenarios like package restore. The issue came up in a recent popular Hacker News item, so we wanted to share an update.

Package ManagementCI/CD