...
Your tool can now be used in your Azure DevOps pipeline.
Setting up an Azure DevOps Pipeline in Opsera
Create a new Azure pipeline in the Opsera portal
In Pipelines, click +New Pipeline
Locate the Blank Pipeline Template and click Create Pipeline
In the Workflow tab, edit the Un-Configured Step. Select Azure DevOps from the Tool dropdown and Save
...
Configure your Azure Pipeline in Opsera portal
In your pipeline step, click on the gear icon to Configure Step Settings
2. In the Step Configuration, you are simply inserting the proper values of a pipeline which has already been configured in the Azure DevOps portal.
3. Configuration Settings
...
a. Azure DevOps Tool - This will auto populate with Azure DevOps tools saved in your Tool Registry. If you need to edit or reconfigure the tool, click View Or Edit this Tool’s Registry settings.
b. Organization Name - This is located within your Azure DevOps portal.
...
c. Project Name/ID - If you signed up for Azure DevOps with an existing MSA or GitHub identity, you're automatically prompted to create a Project. Find this in the Azure portal in your organization name under Projects. The Pipeline IDs from your Azure DevOps portal will then be automatically populated in Pipeline ID for you to choose from.
d. Pipeline ID - This will automatically be populated upon entering your Project Name/ID.
...
e. Pipeline Version - You can have several versions of the same pipeline in Azure. For example you can have versions 1, 2, and 3 for dev, test, and production. If this field is unspecified, it will default to the most recent version.