OpenshiftBuildStarterSettings.

Wait Property

Summary

Gets or sets a value indicating whether to wait for a build to complete and exit with a non-zero return code if the build fails.

Syntax

public bool Wait { get; set; }

Value

Type Description
bool true to wait for a build to complete and exit with a non-zero return code if the build fails; otherwise, false.