Skip to content

exilehanharr/appcenter_home_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Description

Get-BuildStatus
   [-OwnerName] <string>
   [-AppName] <string>
   [-ApiToken] <string>
   [<CommonParameters>]

This function returns list of branches and builds for the application from AppCenter as list of strings. Example of string:

<branch name> build <completed/failed> in 125 seconds. Link to build logs: <link>

Parameters

[-OwnerName] <string>

Name of the application owner in AppCenter. Parameter is mandatory.

[-OwnerName] <string>

Name of the application in AppCenter. Parameter is mandatory.

[-OwnerName] <string>

App Token or User Token. Parameter is mandatory.

Examples

Example 1

Displays a list of branches for the app and builds them.

    Get-BuildStatus -OwnerName <Name> -AppName <Name> -ApiToken <Token>

Example of output:

develop build failed in 32 seconds. Link to build logs: https://build.appcenter.ms/v0.1/public/apps/...     
main build failed in 43 seconds. Link to build logs: https://build.appcenter.ms/v0.1/public/apps/...    
main build failed in 36 seconds. Link to build logs: https://build.appcenter.ms/v0.1/public/apps/...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published