Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clement-joye/eb7430ab6b2c5ad7530da8aa998d63e9 to your computer and use it in GitHub Desktop.
Save clement-joye/eb7430ab6b2c5ad7530da8aa998d63e9 to your computer and use it in GitHub Desktop.
{
"resources": [
{
"absoluteUrl": "https://dev.azure.com/${organization}/${project}/_apis/build/latest/${definition}",
"values": {
"status": "result",
"webUrl": "_links.web.href"
}
}
],
"variables": {
"organization": "yourOrganisationName",
"project": "yourProjectName",
"definition": "yourBuildName"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment