diff --git a/src/pages/en/services/azure-pipelines b/src/pages/en/services/azure-pipelines deleted file mode 100644 index 1ff64d7f..00000000 --- a/src/pages/en/services/azure-pipelines +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Azure Pipelines -description: Azure Pipelines Widget Configuration -layout: ../../../layouts/MainLayout.astro ---- - -This widget checks if the relevant pipeline is running or not, and if not, on which status it end. - -You will need to generate an API token for an existing user. To do so follow these steps: - -1. Navigate to azure organization portal. (https://dev.azure.com/{organization}) -2. Click user settings. (top corner next to your name badge.) -3. Click Personal-access-token. -4. Create new token with `Build` - `Read` permissions. -5. Put PAT in widget.key settings. - -Allowed fields: `["result", "status", "buildId"]`. - -```yaml -widget: - type: azurePipelines - organization: my-organization - project: my-project - definitionId: pipeline definition id - branchName: fill-for-specific, leave-empty-for all. - key: personal-access-token -``` diff --git a/src/pages/en/services/azuredevops.md b/src/pages/en/services/azuredevops.md index 3acd7cb9..17f56a5b 100644 --- a/src/pages/en/services/azuredevops.md +++ b/src/pages/en/services/azuredevops.md @@ -26,3 +26,5 @@ widget: repositoryId: prRepositoryId # required for pull requests key: personalaccesstoken ``` + +*Added in v0.6.25* diff --git a/src/pages/en/services/glances.md b/src/pages/en/services/glances.md index d879cddb..3bdb50fc 100644 --- a/src/pages/en/services/glances.md +++ b/src/pages/en/services/glances.md @@ -53,3 +53,6 @@ The metric field in the configuration determines the type of system monitoring d `disk:`: Disk I/O data for the specified disk. Replace `` with the id of your disk, e.g., `disk:sdb`, as specificed in glances. `gpu:`: GPU usage for the specified GPU. Replace `` with the id of your GPU, e.g., `gpu:0`, as specificed in glances. + + +*Added in v0.6.26* \ No newline at end of file