Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Current »

Command Line Options

The following table describes the IBConsole.exe command line options:

OptionFunctionNotes
@Specifies a response file containing an IBConsole command line.Use this option when the command line for running IBConsole is too long to specify explicitly in your script.
/AttachDisplays the build output of either the current or last build.If a build is currently running on the machine, this displays the output for the build up to that point, and continues displaying the process output until it ends. If no build is running, IBConsole displays the entire build output for the last build initiated from this machine.
/AvoidLocal=[On/Off]Overrides the Avoid task execution on local machine when possible option in the Agent Settings dialog box.A value (either ON or OFF) is mandatory.
/BeepPlays a sound when the process is complete.
/DisableDisables IncrediBuild Agent to participate as a Helper.
/EnableEnables IncrediBuild Agent to participate as a Helper.
/HelpShows usage help and version information.
/Log[=filename]Writes process output to a file.If a filename is not specified, a file named IB_<target-name>.log is created in the current directory.
/LogLevel="<Level>"Overrides the logging level for this build."<Level>" can be one of the following: Minimal, Basic, Intermediate, Extended, Detailed
/MaxCPUS=<n>Overrides the global maximum CPUs/Cores in the build setting.
/MaxWinVer="<Version>"Specifies the maximal operating system required by remote Agents assigned to this build.Agents with a newer OS will not be assigned to the build. Available values are: XP, 2003, VISTA, 2008, 7, 8, and 10.
/MinWinVer="<Version>"Specifies the minimal required operating system required by remote Agents assigned to this build.Agents with an older OS will not be assigned to the build. Available values are: XP, 2003, VISTA, 2008, 7, 8, and 10.
/Mon[=filename]


Writes a copy of the build progress (.ib_mon) file to the specified location.

- If only a folder name is given, IncrediBuild generates a GUID for the file name.

- A message containing the location of the saved .ib_mon file is added to the end of the process output.

/NO_DOTNET_VIRTDisables the Virtualization of .NET environment on Helper machines.When this switch is specified in the command line, it instructs IncrediBuild not to virtualize the .NET environment of the Initiator machine to the Helper machines. This switch was added to address .NET incompatibilities in a mixed OS environment.
/NoLogoSuppresses the "IncrediBuild" header in the build output.
/NoWaitWhen specified, if another process initiated by this Agent is already running, IBConsole exits with an "Another build already running" message.
/OpenMonitorOpens the Build Monitor window that shows the execution progress.
/out=filenameRedirects the entire command line output to a file.
/QueryLicenseDisplays information regarding the active license, allocated packages, and maintenance expiration date.
/QueryPackage="<Package>"Checks whether a specific IncrediBuild extension package is allocated to the Agent, and sets the exit code to 0 (allocated) or 1 (not allocated)."<Package>" can be either "VC", "C#", "BuildTools", "DevToolAcc", "XGE", "Xbox One", "PlayStation", "Cafe", "3DS", "KlocWorkPro" or "Coverity". In addition, the following cores packages are supported: "4Cores", "8Cores", "12Cores", "16Cores", "24Cores", "32Cores", "48Cores" and "64Cores".
/ResetClears the Agent's file cache content.
/SetEnv="<name>=<value>"Sets or overrides environment variables for the context of the command execution.Use /SetEnv several times to set/override multiple variables.
/ShowAgentShows the Agent used for each task execution.
/ShowCmdShows for each executed task, the command-line used by IncrediBuild to execute the task. For XML Interface only.
/ShowTimeShows the Start and Finish time for each task.
/SilentDoes not write anything to the standard output.Default behavior is to write the build results, as seen in the Build Monitor's Output display.
/StopStops a currently running process/task on the local machine.IBConsole returns the code 3 when a build has been stopped. If /stop was used and no build is currently running, code 2 is returned.
/StopOnErrorsWhen specified, the execution will stop as soon as an error is encountered.
/Title=<build title>Specifies a custom header line which will be displayed in the beginning of the Execution output text. This title will also be used for the Execution History and Execution Monitor displays.Value may be surrounded by quotes.
/UseIDEMonitorWhen IBConsole is run from the Visual Studio IDE with this option, the integrated IDE Execution Monitor displays the execution progress.
/WaitIf another process initiated by this Agent is currently running, waits until that process is finished and then starts the new process. This is also the default behavior.

Return Codes

IBConsole returns the following return codes:

0 - No errors were encountered.
1 - Errors were encountered during the operation.
2 - A fatal IncrediBuild error was encountered (invalid parameters, input file not found, etc.).
3 - The operation was stopped before completing.

Note:

  • Only one IBConsole execution can run on a single machine at any given moment. Therefore, a pause occurs between the time that a currently running build is completed and a new one begins to run.
  • No labels