Command-Line Extensibility
Have an action to perform as part of your build or deployment that BuildMaster doesn't support? No problem! Just
use the execute command-line action to run anything via command-line on a remote server.
-
Run anything with a command-line interface remotely
-
Log output of the command-line tool
-
Verify success of action by examining output or process exit code
Custom Actions
If BuildMaster doesn't support an action and you don't want to or can't simply run it as a simple command-line
action, creating a new action is as simple as implementing a .NET class.
-
Automate anything with .NET code
-
Build custom editors for easy configuration
-
Extend BuildMaster to support virtually any kind of action
Additional Extensibility
Promotion Requirements
Have BuildMaster verify that an application is ready for promotion to a specific environment
by using your own custom tool or integrated Promotion Requirement.
Triggers
Write a custom trigger, which allows your code to take action when a specific event
has occurred in BuildMaster.
Providers
Write a custom Provider in C# or any other .NET-based language to let BuildMaster work with
any database, source control system, or issue tracker.