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
}

9
Azure DevOps/bruno.json Normal file
View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": "Azure DevOps",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@ -0,0 +1,14 @@
auth {
mode: basic
}
auth:basic {
username:
password: 3wb4aib7xomqctckwlg4rfn2cum3h2nhqlczzpq5bzcdjwugfyja
}
vars:pre-request {
host: https://dev.azure.com/enevo
project: Byndle
ver: 7.1
}