Showing category results for Azure DevOps Server

Jul 11, 2016
Post comments count0
Post likes count0

Team Services Plugin for IntelliJ and Android Studio 1.0 Release

leantk

After several months in preview, we are excited to announce the release of the official 1.0 version of the Team Services plugin for IntelliJ and Android Studio. While in preview, many features have been continually added to the plugin to better suit your needs. Some of the various features that are available in the plugin are: ·         Checkout a...

DevOpsAzure DevOps ServerGit & Version Control
Jul 8, 2016
Post comments count0
Post likes count0

Team Foundation Server “15” Preview Released

Erin Dormier

We have released the first preview of Team Foundation Server "15", our next major version of TFS.  This preview is not go-live, which means it is not licensed to be installed on production systems.  Upgrading from this version to future versions will be blocked and unsupported. We would love for you to try out this preview.  You can find informati...

DevOpsAzure DevOps Server
Jul 6, 2016
Post comments count0
Post likes count0

Managing Technical Debt planning update – 2016Q3

Jean-Marc Prieur

[Nov 2016: Added a status Update with links on details for what was done]   Back in January, I shared with you our SonarQube integration Update and plans for the first half of 2016. I’ve just updated that blog post to ensure that all the links were added to the individual blog posts for the features we have delivered over these last 6 months...

DevOpsCommunityAzure DevOps Server
Jun 25, 2016
Post comments count0
Post likes count0

A New Team Services build task to easily extract files

Jason Sholl

Team Services sprint 101 introduces a new build task, Extract Files.  Use it to easily extract archives during your Team Foundation Server (TFS) build process.  The Extract Files task is cross platform and uses native unzip, tar, and 7-Zip on Mac and Linux.  For Windows, we bundled 7-Zip with the task so you can extract anything supported by 7-Zip,...

DevOpsAzure DevOps Server
Jun 15, 2016
Post comments count0
Post likes count0

The Maven build task now supports PMD analysis out of the box

Jean-Marc Prieur

Simple Java static analysis tools In addition to working on the SonarQube integration, we received feedback from some of you that you would like the Maven and Gradle tasks to perform static analysis using common Java tools such as PMD, CheckStyle, and FindBugs. These tools are also supported though SonarQube plug-ins, and most of their rules are a...

DevOpsCommunityAzure DevOps Server
Jun 15, 2016
Post comments count0
Post likes count0

The Gradle build task now supports SonarQube analysis

Jean-Marc Prieur

SonarQube analysis for Java In October, we updated the Maven task to support SonarQube analysis (See The Maven build task now simplifies SonarQube analysis). This time, we are pleased to announce an updated Gradle task which makes it easy for Java developers using Gradle to trigger a SonarQube analysis in Visual Studio Team Services. Using the Gr...

DevOpsCommunityAzure DevOps Server
Jun 9, 2016
Post comments count0
Post likes count0

Nexus build extension for Team Services

Jason Sholl

We are pleased to announce the new Integrate with Sonatype Nexus extension available from the Visual Studio Marketplace for Team Services and Team Foundation Server (TFS). This extension adds a build which task makes it easy to upload your build artifacts to your Nexus Server as part of your Team Services or Team Foundation Server (TFS) build.  Th...

DevOpsAzure DevOps ServerCI/CD
Jun 8, 2016
Post comments count0
Post likes count0

UrbanCode Deploy build extension for Team Services

Jason Sholl

We are pleased to announce the new Integrate with IBM UrbanCode Deploy extension available from the Visual Studio Marketplace for Team Services / Team Foundation Server (TFS). This extension allows you to very easily deploy your Team Services / Team Foundation Server (TFS) build artifacts to your UrbanCode Deploy server using the IBM UrbanCode Dep...

DevOpsCommunityAzure DevOps Server
Jun 2, 2016
Post comments count0
Post likes count0

SonarQube Code Analysis issues integration into Pull Requests

Bogdan Gavril

See also SonarQube documentation available from Analyzing with SonarQube Extension for VSTS/TFS Goal: Let developers fix issues early Team leads and managers spend time drilling into the SonarQube dashboard, setting up quality gates and monitoring technical debt. Have a look at the publicly available SonarQube dashboard for the Roslyn project to ...

DevOpsCommunityAzure DevOps Server
May 27, 2016
Post comments count0
Post likes count0

Continuous deployment/delivery with Jenkins and VS Team Services

Anand Gaurav

Release Management (VS Team Services) lets you automate your deployments so that you could deliver your apps/services easily and deliver them often. You can setup the CI and CD process all on VS Team Services. However, if you have the CI pipeline already set with Jenkins, VS Team Services has good integration points through its APIs that can let yo...

DevOpsAzure DevOps ServerCI/CD