Microsoft Azure DevOps Pipelines Spoke

  • Release version: Australia
  • Updated March 12, 2026
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Microsoft Azure DevOps Pipelines Spoke

    The Microsoft Azure DevOps Pipelines spoke enables ServiceNow customers to automate and manage tasks related to Azure DevOps pipelines directly from their ServiceNow instance. It supports creating flows that can retrieve pipeline logs, run pipelines, and manage pipeline artifacts, streamlining DevOps operations within the ServiceNow platform.

    Show full answer Show less

    This spoke requires an Integration Hub subscription and is compatible with Azure DevOps Pipelines REST API version 7.0 and Azure DevOps Server 2022, with potential compatibility for later versions.

    Key Features

    • Pipeline Management: Retrieve details of pipelines and pipeline streams including IDs and names.
    • Run Management: Execute pipelines and retrieve details and lists of pipeline runs (up to 10,000 runs).
    • Log Management: Access detailed logs for pipeline runs, including URLs and signed content.
    • Artifact Management: Retrieve artifacts generated from pipeline runs.
    • Utility Actions: Attach log or artifact files directly to ServiceNow records for seamless documentation and tracking.

    Implementation Requirements

    • Install the Microsoft Azure DevOps Pipelines spoke plugin on your ServiceNow instance.
    • Set up the Microsoft Azure DevOps Pipelines alias for managing connection and credential information.
    • Generate a personal access token on Azure DevOps for authentication.
    • Ensure prerequisite dependent plugins are installed, which may require appropriate licensing.

    Connection and Credential Management

    The spoke leverages Integration Hub aliases to manage connection and credential configurations efficiently. This approach enables easy management across multiple environments without needing to update individual actions when credentials change.

    What You Can Expect

    By integrating this spoke, you can automate and streamline Azure DevOps pipeline operations within ServiceNow, reducing manual effort and improving workflow efficiency. You will be able to trigger pipeline runs, retrieve run and log details, manage artifacts, and maintain comprehensive records within ServiceNow, enhancing visibility and control over your DevOps processes.

    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 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 v1.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

    If you’re having trouble installing the app, ensure that these dependent plugins are installed:
    • com.glide.hub.action_type.datastream​
    • com.glide.hub.integration.runtime​
    • com.glide.cobject​
    • com.glide.hub.action_step.rest​
    Note:
    Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation. For information on licenses, contact your account manager.

    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:

    Note:
    To execute the actions, you must first set up an outbound integration by configuring the Microsoft Azure DevOps Pipelines spoke connection and credential record.
    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 .