Skip to content

jimhaMJ/vsts-tfs-trigger-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger New Build

This extension allow the user to trigger a new build in the same or in other project. A typical use case is when you want to deploy a new version of the app B in the end of successful deployment of app A in production.

The task use VSTS / TFS api to get the list of projects, list of build definitions and to trigger the new build.

Get Started

1- You need to create a token with the following scopes :

Token creation

How to create your token

2- Then, you need to create an endPoint of type "Build Api Access" :

Add an endPoint

3- Specify a connection name, your VSTS/TFS server url and the token that you created in step 1 :

Configure endPoint

4- You will find the new task in the build section :

Add task

5- Configure your task by choosing the endPoint that you created in step 2, choose a collection (For VSTS it will be the default value : "DefaultCollection". For TFS you can choose your own collection if it's different) choose a project and a build definition.

Configure task

6- In log of the release, you can see that the build that you choose was started.

log

Release Notes

02/2017

  • Initial version (preview)

About

Trigger a new Build in the same or in other project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published