Showing category results for CI/CD

Mar 23, 2016
Post comments count0
Post likes count0

Using parallel environments and release promotion in test automation

Abhishek Agrawai

I had earlier blogged about how we use Release Management to run our test automation in the RM team. Since then, the RM service or Release Management Online (RMO) has added support for parallel environments (with the Sprint 94 payload (also called M94)), and we have tweaked our automation pipeline to leverage this feature. We now have all our tes...

DevOpsCI/CD
Mar 10, 2016
Post comments count0
Post likes count0

Visual Studio Team Services – Testing Tools Roadmap

Charles Sterling

Over the last few months, there has been a consistent ask for Visual Studio Team Services (VSTS) / Team Foundation Server (TFS) Testing Tools roadmap.  I would like to share our strategic direction, what we have delivered over the last 6 months and where we are headed.  It would be great to get your feedback on what we are doing right and where we ...

DevOpsCI/CDTest
Feb 12, 2016
Post comments count0
Post likes count0

Impact of new Release Management orchestration features

Vijay Machiraju

We are rolling out a number of orchestration improvements in Release management service. These improvements are explained in the release notes here and here. One of the key features in this release is that you will be able to author more complex release definitions, where the deployments can happen to multiple environments in parallel. You do not h...

DevOpsCI/CD
Jan 11, 2016
Post comments count0
Post likes count0

Java Experience Futures (January 2016)

Paul T. Barham

Over the next several months, our Visual Studio Team Foundation (VSTS) Java teams are focusing on new essential developer workflows for our IntelliJ plugin and a simplification of our authentication checks and getting-started improvements for our Eclipse plugin, Team Explorer Everywhere (TEE).The list below is only an indication of direction with m...

DevOpsAzure DevOps ServerCI/CD
Jan 5, 2016
Post comments count0
Post likes count0

Using Release Management for Test Automation

Vijay Machiraju

My colleague Abhishek Agarwal wrote a nice article on how the Release Management team dog-foods Release Management service as part of their development process. It is a good use case for how you can use RM for deploying and testing your applications on a daily basis (or for every check-in).http://blogs.msdn.com/b/abhishea/archive/2016/01/04/how-we-...

DevOpsCI/CD
Dec 15, 2015
Post comments count0
Post likes count0

Developer Division’s transformation to DevOps by Sam Guckenheimer

Importer

Good friend and coworker, Sam Guckenheimer presented at a recent Gartner conference how we changed the developer division from shipping a box product ~every year to delivering value every week with Visual Studio Team Services.  In this presentation Sam discusses how we scaled our process to this cadence(production first mindset), how to focus ...

DevOpsCI/CD
Dec 15, 2015
Post comments count0
Post likes count0

Release Management Workflow Migrator

Willy-P. Schaub

Looking to export a Release Management agent based deployment pipeline so that it can be reused in the Release Management service in Visual Studio Team Services (VSTS)? We have released a migration tool and associated guidance as an open source project, allowing you to use “as is” or contribute to the project. If a Pull Request shows up at the doo...

DevOpsCommunityCI/CD
Dec 15, 2015
Post comments count0
Post likes count0

PHP Build Task from Cory Fowler’s DevOps PHPWorld Presentation

Importer

As you may have seen from the DevOps presentation I have been hanging out with Cory lately… For his PHPWorld Presentation we teamed up to see how hard it would be to get our DevOps demo working with PHP.  Specifically creating a CI build for PHP and as part of that pipeline run a load test…turns out it was a piece of cake and it took longer to wri...

DevOpsCI/CD
Nov 18, 2015
Post comments count0
Post likes count0

Moving from the server-client versions of Release management to the web-based one in VS Team Services and TFS

Vijay Machiraju

[Updated 5 Apr 2016] Like what you see in the new Release Management service in VS Team Services and in TFS server? Are you currently using the rich client to connect to the previous version of Release Management service in VS Team Services or to an on-premises Release Management 2013 or 2015 server? Would you like to move to the new web-based ver...

DevOpsCI/CD
Nov 18, 2015
Post comments count0
Post likes count0

Test Results in Build

Anand Kamat

  Back in June 2015, we introduced the 'Runs' under Test hub as a part of the Automated Testing Workflow with the new TFS Build system. Runs hub was designed to be a repository for all test results generated in the system, helping you browse test results from various workflows such as Build, Release Management, Manual testing, and results publishe...

DevOpsAzure DevOps ServerCI/CD