@devopness/sdk-js 2.72.0 → 2.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,4 +21,10 @@ export interface ActionPipelineCreate {
|
|
|
21
21
|
* @memberof ActionPipelineCreate
|
|
22
22
|
*/
|
|
23
23
|
servers?: Array<number>;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the branch from which the application source code will be retrieved and deployed. Must not be greater than 100 characters.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ActionPipelineCreate
|
|
28
|
+
*/
|
|
29
|
+
branch?: string;
|
|
24
30
|
}
|