Showing category results for CI/CD

Jul 31, 2017
Post comments count0
Post likes count0

Human readable tests and build chaining in July’s VSTS extension round-up

Joe Bourne

Our community of publishers continues to grow and the contributions they're making are great. This month I've got an extension for chaining build definitions together, and another that was written because people were searching for it in the Marketplace. SpecFlow+LivingDoc See it in the Marketplace here: https://marketplace.visualstudio.com/item...

DevOpsCommunityAzure DevOps Server
Jul 18, 2017
Post comments count0
Post likes count0

Improved package support in Team Build

Alex Mullans

We know that packages are a key way to bring in dependencies and to share your work with your users, and we know many of you are using private package sources (like Package Management, Artifactory, MyGet, and others) to develop packages inside your organization. To improve those workflows, over the past two sprints, we've released major improvement...

DevOpsCI/CD
Jun 9, 2017
Post comments count0
Post likes count0

Deploying Applications to Azure Container Service

Atul Malaviya

In this blog post I will show you how to setup continuous delivery of a dockerized app by using Visual Studio Team Services (VSTS) to a Kubernetes cluster running in ACS. Azure Container Service (ACS) allows to deploy and manage containers using Kubernetes, Docker Swarm, Mesosphere DC/OS orchestrators. You can now deploy these three orchestrators ...

DevOpsAzure & CloudAzure DevOps Server
Jun 6, 2017
Post comments count0
Post likes count0

Building and Deploying a Java Application to Oracle WebLogic Server Running in Azure VM with Microsoft Visual Studio Team Services

Emin Askerov

If you are interested in Microsoft Visual Studio Team Services (VSTS) platform and Java development, maybe you know that VSTS has everything you need to organize CI/CD pipeline for your Java application development. Visual Studio ALM Blog has a lot of useful and helpful resources describing how to build and deploy your Java application and artifact...

DevOpsAzure & CloudCI/CD
May 31, 2017
Post comments count0
Post likes count0

Turn your infrastructure into code with Chef, and update your Assembly information with May’s Team Services Extensions Roundup

Joe Bourne

May is coming to a close, and we've had more Team Services accounts installing extensions than any month since we launched the Marketplace. The ecosystem momentum we've seen this year is strong, and there are still so many exciting integration opportunities out there to go enable. For this roundup I've got two great extensions, and to start us off ...

DevOpsCommunityAzure DevOps Server
May 26, 2017
Post comments count0
Post likes count0

New Release Definition Editor in Team Services

Saumya Venkataraman [MSFT]

Have you ever struggled to create a mental model of how the deployments to your environments would progress? We are introducing the pipeline view for your release definitions that will show how your deployments flow. Approvals, environment and deployment settings are now in-context and easily configurable. The new release definition editor is curr...

DevOpsAzure & CloudAzure DevOps Server
May 22, 2017
Post comments count0
Post likes count0

Visual Studio Team Services demonstrates how Microsoft Loves Java

Paul T. Barham

To demonstrate our continued commitment to support Java developers and their full lifecycle DevOps needs with Visual Studio Team Services (VSTS) and Team Foundation Server (TFS), I want to share some of our recent and exciting Java-related feature announcements. Our teams are working with large and small Java teams every day to better understand th...

DevOpsAzure & CloudCommunity
May 22, 2017
Post comments count0
Post likes count0

Using Open Source Components? Using TFS?

Sam Guckenheimer

Back in March, I wrote about the WhiteSource Bolt extension for VSTS. This is a fantastic way to automate security checks for open source vulnerabilities in the release pipeline of your team project. The most frequent question I’ve received is, When can we have this for TFS too? I’m happy to announce that the extension now works with TFS on-pre...

DevOpsCI/CDOpen Source
May 18, 2017
Post comments count0
Post likes count0

Defining variables while creating a Release in RM

Abhishek Agrawai

We have had a number of customers ask us how they can create / define variables while creating a Release, similar to how they can do this while queueing a Build.  So I thought I would write a quick blog that explains how this can be done. For reference, below is the screenshot of how this can be achieved while queueing a build: In RM, let ...

DevOpsCI/CD
May 16, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 2

Pratap Lakshman

The previous post introduced how - for a given code commit - TIA will select and run only the relevant tests required to validate that commit. Thus, without sacrificing quality, both the testrun and its enclosing CI definition will complete faster. Here is how that translated to reality for one of our teams: The top graph plots the time-to-compl...

DevOpsCI/CDTest