HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Does TFS Build have something like a Jenkinsfile?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
somethingtfslikejenkinsfiledoesbuildhave

Problem

I've seen some custom settings files used in combination with TFS build, but nothing native. Does Team Foundation Server or Visual Studio Team Services have a Jenkinsfile-like, declarative method for defining a build process?

Solution

The strict answer is no, in that there is no direct equivalent to a Jenkinsfile. However, there are Build Process Templates and you can use the Psake Build Automation tool in combination with templates to reduce the barriers to entry for creating a new build, test and deployment build definitions.

It is nowhere near as fluid as Jenkins' Pipelines as Code, AppVeyor's appveyor.yml, CircleCI's circleci.yml and Travis' .travis.yml. There is a wealth of information on the ALM Rangers Library of tooling and guidance solutions.

Context

StackExchange DevOps Q#864, answer score: 4

Revisions (0)

No revisions yet.