Showing category results for CI/CD

Jan 25, 2019
Post comments count2
Post likes count0

Top 5 Open Source Features in Azure Pipelines

Edward Thomson

When I became a Program Manager, I gave up writing software for a living. So I did what many programmers do when faced with such a dilemma: I started working on open source software in my spare time. One of the projects that I work on is called libgit2.

CI/CD
Jan 25, 2019
Post comments count2
Post likes count0

Automating Releases in GitHub through Azure Pipelines

Raiyan Alam

Do you own a GitHub repository? Do you create releases on GitHub to distribute software packages? Do you manually compile a list of changes to be included in release notes? If yes, you will be excited to know that you can now automate creation and modification of GitHub Releases directly from Azure Pipelines. This can be done through the GitHub Rel...

CI/CD
Jan 16, 2019
Post comments count1
Post likes count0

Include ServiceNow Change Management in Azure Pipelines

Shashank Bansal

In DevOps ecosystem, choice of systems and collaboration between cross-functional teams is critical. Incidence response and change management are key DevOps activities. ServiceNow is a market leader for IT service management, and we are delighted that Azure Pipelines and ServiceNow have partnered together for an integration of Azure Pipelines with ...

CI/CD
Jan 7, 2019
Post comments count2
Post likes count0

Azure DevOps Agents on Azure Container Instances (ACI)

Máté Barabás

This article provides a solution for running Azure DevOps agents (Build/Release agents) on Windows Server Core based containers, hosted on Azure Container Instances (ACI). A solution like this might be useful, when the default Microsoft-hosted agents don't fit your requirements, and you don't prefer using "traditional" IaaS VMs for running your sel...

CI/CD
Nov 13, 2018
Post comments count0
Post likes count0

Xcode 8.0-8.3.2 deprecation on Azure Pipelines hosted agents

David Staheli

This September, Azure Pipelines delivered Microsoft-hosted build support for Xcode 10 on the day it was released. Now that our community builds fewer than 1 percent of apps with older versions of Xcode 8, we will focus on supporting Xcode 8.3.3 and higher. Effective November 28, 2018, we are ending support for older versions of Xcode on Microsoft-...

CI/CD
Oct 25, 2018
Post comments count2
Post likes count0

Test Analytics in Azure Pipelines is now at your fingertips

Divya Vaishnavi

Keeping the pipeline healthy and making it effective is KEY to your DevOps ongoing journey. Some time back we introduced Analytics in Azure Pipeline with Top failing tests report to help you do just that.

TestCI/CDReporting
Jul 12, 2018
Post comments count0
Post likes count0

Azure DevOps Projects general availability

Atul Malaviya

During our Connect(); 2017 event, we announced the public preview of Azure DevOps Projects to help customers start running applications on any Azure service in just three steps. Today, we're excited to announce that Azure DevOps Projects is now generally available in the Azure Portal, making it easier for developers to deploy to the Azure cloud an...

DevOpsAzure & CloudCI/CD
Jun 19, 2018
Post comments count0
Post likes count0

New Navigation for Visual Studio Team Services

Jeremy Epling

I’m excited to share the new navigation we’re working on for Visual Studio Team Services (VSTS) to modernize the user experience and give you more flexibility. As Lori mentioned in her blog post, our goal to create an integrated suite that also gives the flexibly to pick and choose the services that work best for you. That goal is a common customer...

DevOpsAzure DevOps ServerCI/CD
May 10, 2018
Post comments count0
Post likes count0

Shift Left with SonarCloud Pull Request Integration

Matthew Mitrik (MS)

One of our DevOps "habits" is to Shift Left and move quality upstream.  Including additional validations earlier in the DevOps pipeline means identifying potential issues before they become a problem.  For teams using pull requests, catching issues while the PR is active is ideal - the code hasn't been merged yet, so it's easy to respond to feedbac...

DevOpsCI/CDGit & Version Control
May 7, 2018
Post comments count0
Post likes count0

Release Gates – Enable Progressive Exposure and Phased Deployments

Shashank Bansal

We are excited to announce that release gates are now generally available to all VSTS users and accounts so everyone can now add progressive exposure to their continuous delivery pipelines. What are release gates If you haven’t tried them yet,  Release gates enable data-driven approvals for phased deployments with VSTS based on monitoring of dep...

DevOpsCI/CD