Appveyor
appveyorAppVeyor is a hosted continuous integration service for building and deploying applications.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Build ArtifactsAPPVEYOR_GET_BUILD_ARTIFACTSAcciónTool to get the list of artifacts for a specific build job. use when you need to retrieve artifacts after a job completes.
APPVEYOR_GET_BUILD_ARTIFACTSAcciónTool to get the list of artifacts for a specific build job. use when you need to retrieve artifacts after a job completes.
Parámetros de entrada
jobIdstringObligatorioThe ID of the build job to retrieve artifacts from.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EnvironmentsAPPVEYOR_GET_ENVIRONMENTSAcciónTool to get a list of all deployment environments. use when you need to enumerate available environments before creating deployments.
APPVEYOR_GET_ENVIRONMENTSAcciónTool to get a list of all deployment environments. use when you need to enumerate available environments before creating deployments.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectsAPPVEYOR_GET_PROJECTSAcciónTool to get a list of all projects for the authenticated account. use after authentication to enumerate available projects.
APPVEYOR_GET_PROJECTSAcciónTool to get a list of all projects for the authenticated account. use after authentication to enumerate available projects.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RoleAPPVEYOR_GET_ROLEAcciónTool to retrieve details of a specific role. use when you need to inspect permissions and metadata of a role by id.
APPVEYOR_GET_ROLEAcciónTool to retrieve details of a specific role. use when you need to inspect permissions and metadata of a role by id.
Parámetros de entrada
role_idintegerObligatorioUnique identifier of the role to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RolesAPPVEYOR_GET_ROLESAcciónTool to retrieve all roles in the account. use when you need to enumerate available roles before assigning permissions.
APPVEYOR_GET_ROLESAcciónTool to retrieve all roles in the account. use when you need to enumerate available roles before assigning permissions.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UsersAPPVEYOR_GET_USERSAcciónTool to retrieve all users in the account. use when you need to list all team users in your appveyor account.
APPVEYOR_GET_USERSAcciónTool to retrieve all users in the account. use when you need to list all team users in your appveyor account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not