@itentialopensource/prebuilt-promotion-azure-devops
v2.0.0-2023.1.9
Published
Prebuilt Promotion for Azure DevOps
Downloads
53
Readme
Prebuilt Promotion Azure DevOps
Overview
This Pre-Built Automation bundle contains several example use cases that are applicable when the Itential Automation Platform is integrated with the Azure DevOps. Because every environment is different, these use cases are fully functioning examples that can be easily modified to operate in your specific environment. These workflows have been written with modularity in mind to make them easy to understand and simple to modify to suit your needs.
Workflows
External Dependencies
Adapters
Under properties.properties:
"host" : "dev.azure.com"
"base_path" : ""
"protocol" : "https"
Under properties.properties.authentication:
"auth_method": "basic user_password"
"username": "Basic"
"password": "<value of personal access token>"
"auth_field": "header.headers.Authorization"
"auth_field_format": "Basic {b64}{username}:{password}{/b64}"
If the
auth_method
field isstatic_token
, under properties.properties.authentication:"auth_method": "static_token"
"token": "<value of personal access token>"
"auth_field": "header.headers.Authorization"
"auth_field_format": "Basic {b64}Basic:{token}{/b64}"
Under properties.properties.request:
"attempt_timeout" : 15000