Microsoft Azure DevOps Pipelines Spoke
Summarize
Summary of Microsoft Azure DevOps Pipelines Spoke
The Microsoft Azure DevOps Pipelines spoke facilitates the automation of tasks related to Azure DevOps pipelines within ServiceNow. Customers can create flows to streamline their work, such as automating the retrieval of pipeline logs.
Show less
Key Features
- Automation Actions: Automate various tasks related to Azure DevOps Pipelines, including:
- Pipeline Management: Look up pipelines and retrieve details of specific pipelines.
- Run Management: Execute pipelines and retrieve information about runs.
- Log Management: Access log details for pipeline runs.
- Artifact Management: Retrieve artifacts from pipeline runs.
- Utility Actions: Attach log or artifact files to ServiceNow records.
- Integration Hub Requirement: An Integration Hub subscription is necessary to utilize this spoke.
- Supported Versions: Compatible with Azure DevOps Pipelines REST API version 7.0 and Azure DevOps Server 2022, with potential compatibility for later versions.
- Connection Management: Utilizes aliases for efficient management of connection and credential information, simplifying multi-environment configurations.
Key Outcomes
By leveraging the Microsoft Azure DevOps Pipelines spoke, ServiceNow customers can effectively automate their Azure DevOps workflows, enhance productivity, and ensure seamless integration between Azure DevOps and ServiceNow. Proper setup of dependencies and configurations is essential for optimal functionality.
The Microsoft Azure DevOps Pipelines spoke enables you to automate your work on pipelines on Azure DevOps. Create a flow with the actions that automate your work on Azure DevOps. For example, create a flow that automates the retrieval of the details of logs for a pipeline.
Request apps on the Store
Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Integration Hub subscription
This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.
Supported versions
This spoke was built for Azure DevOps Pipelines REST API version 7.0 and Azure DevOps Server 2022 but may be compatible with the later versions.
Spoke version
Microsoft Azure DevOps Pipelines spoke v 1.0.0 is the latest version.
Spoke requirements
- Spoke dependencies are installed
- Personal access token is generated on Azure DevOps
- Microsoft Azure DevOps Pipelines alias is set up on your ServiceNow instance
- Microsoft Azure DevOps Pipelines spoke plugin is installed on your ServiceNow instance
Spoke dependencies
- com.glide.hub.action_type.datastream
- com.glide.hub.integration.runtime
- com.glide.cobject
- com.glide.hub.action_step.rest
Spoke actions
The Microsoft Azure DevOps spoke provides actions to automate Azure DevOps Pipelines' tasks when events occur in your ServiceNow instance. Available actions include:
| Category | Action | Description |
|---|---|---|
| Pipeline Management | Look up Pipelines Stream | Retrieves the details of all pipelines such as ID and name for an Azure DevOps project. |
| Look up Pipeline | Retrieves the details of a pipeline such as the ID and name of the pipeline. | |
| Run Management | Run Pipeline | Runs a pipeline based on the details you specify. |
| Look up Run | Retrieves details of a run such as name and ID for a pipeline. | |
| Look up Runs | Retrieves the list of the top 10000 runs such as name and ID for a pipeline. | |
| Log Management | Look up Logs | Retrieves the details of all logs such as URL and signed content for a corresponding pipeline run. |
| Look up Log | Retrieves the details of a log object such as ID and URL for a corresponding pipeline run. | |
| Artifact Management | Look up Artifact | Retrieves an artifact object from a pipeline run. |
| Utility Actions | Attach File to ServiceNow Record | Attaches the log or artifact file to a ServiceNow record. |
Connection and credential alias requirements
Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.
For more information, see Connections and Credentials.