Updated to add definition name support

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2021-12-31 13:11:46 -06:00
parent 0127060226
commit 0f104ecc4d
15 changed files with 243 additions and 21 deletions
+10
View File
@@ -49,6 +49,16 @@ spec:
# ...
```
#### Azure Pipelines Only
If you are only using Azure Pipelines along with a different SCM tool then you can use the following annotation to see Builds:
```yaml
dev.azure.com/project-definition: <project-name>/<definition-name>
```
In this case `<project-name>` will be the name of your Team Project and `<definition-name>` will be the name of the Build Definition you would like to see Builds for. If the Build Definition name has spaces in it make sure to put quotes around it
### Azure Pipelines Component
To get the Azure Pipelines component working you'll need to do the following two steps: