pipelines/components/azure/azuredevops
Sushant Divate 210eb8afaa
sample azure components (#4509)
* Azure components

* incorporate pr comments
2020-10-09 18:18:47 -07:00
..
queue-pipeline sample azure components (#4509) 2020-10-09 18:18:47 -07:00
readme.md sample azure components (#4509) 2020-10-09 18:18:47 -07:00

readme.md

Azure DevOps components for Kubeflow Pipelines

Components

Queue Pipeline

The Queue Pipeline component enables you to queue an Azure Pipelines pipeline from a Kubeflow pipeline.

Authentication

The components in this collection authenticate to Azure DevOps by using a PAT (Personal Access Token). The PAT should be mounted to /app/secrets/azdopat.

This can be done by storing the PAT in the the Kubernetes secret azdopat, then applying use_secret(secret_name='azdopat', secret_volume_mount_path='/app/secrets') to the task in the pipeline.