Add Azure DevOps builds list

This commit is contained in:
Sivert V. Sæther
2025-02-18 09:30:49 +01:00
parent 610392f241
commit b850d0bab1
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
meta {
name: List
type: http
seq: 1
}
get {
url: {{host}}/{{project}}/_apis/build/builds?api-version={{ver}}&definitions=14&$top=1
body: none
auth: inherit
}
params:query {
api-version: {{ver}}
definitions: 14
$top: 1
}