Questions tagged [azure-devops-extensions]
462 questions
0
votes
1 answer
Install VSTS extension fail
We use one VSTS task "Install Extension" to install our private extension to marketplace in our build pipe line. At the frist time, the task can finish successfully and the extension is publish to marketplace, shared to the specific account and…

Max
- 175
- 1
- 12
0
votes
1 answer
Best Practise to provide User-Configuration for an VSTS-Extension
I'm developing a VSTS-Extension which will be executable in the contextmenu of a workitem. I need to provide user-level configuration for the action that is performed by the extension (e.g. which external service should be notified, when performing…

Christoph Prinz
- 93
- 5
0
votes
1 answer
Manipulating the release def ACL from a Visual Studio Web extension
Visual Studio 2015 u2, building a Web extension, an action handler for a release definition context menu. I'd like my extension to manipulate the ACL on the def.
Is there a hook in the JavaScript client library for that? The REST API endpoint…

Seva Alekseyev
- 59,826
- 25
- 160
- 281
-1
votes
0 answers
Retrospective details are missing Post Azure DevOps Migration to Cloud
We have recently completed dryrun activity for Migration of Azure DevOps Server (On-prem) to Azure DevOps Services (Cloud)
As part of that, our expectation is that, all the details of work items etc should be migrated to cloud instance. However we…
-1
votes
1 answer
Automatically bump up version in Azure DevOps git repo as a part of build pipeline
I am very new to Azure DevOps and need help with Azure DevOps pipelines. I am setting up a repository with terraform files.
I want to enforce semantic versioning in the repo.
I want to automatically bump up the version in main branch (possibly as a…

Shadan
- 1
- 2
-1
votes
1 answer
automated repo creation and permission in Azuredevops
Any Automated way to create Azuredevops Repos Dynamically from Work item inputs ?
We are looking for self service based automated repo creation for Application teams.
Scenario Explanation:- The Appteam can raise a Workitem with the details such as …

Vowneee
- 956
- 10
- 33
-1
votes
1 answer
how to have multiple nodepools to the Azurepipeline yaml
In AzureDevops yaml pipeline, can we define multiple node pools to the same stage. For example we have vm [vmpool] based and docker [dockerpool] based build agents and they are belongs to separate pools. But Some our pipeline stages can be run in…

Vowneee
- 956
- 10
- 33
-1
votes
1 answer
how to fix "Allure Reports" tab on Azure DevOps displays blank page?
Can someone please put exact steps how to fix "Allure Reports" tab on Azure DevOps displays blank page?
We are using azureDevops server 2020 and looking for automated way o get publish the allure report in Azuredevops pipeline
Installed Allure…

Vowneee
- 956
- 10
- 33
-1
votes
1 answer
Azure IotEdge task on self-hosted Windows agent
We are running Azure IOT pipelines on our self-hosted Windows agents. Unfortunately it is throwing following error during the build pipeline
ERROR: ('Could not connect to Docker daemon. Please make sure Docker daemon is running and accessible',…

ramesh reddy
- 429
- 2
- 5
- 12
-1
votes
2 answers
How to publish the testNG reports in azure devops pipeline ? is there any extensions for same?
Getting blank page in Allure report tab under the Azure Devops build.
As per the log, the report has been generated. Can someone please tell me what is the issue here?
This is the information I am using for Allure Task :
Task I have added :

Nitin Sethi
- 1
- 2
-1
votes
1 answer
How to populate dynamic data in azure pipeline's custom task.json input options
I am developing a task where i need to populate the input fields with dynamic options e.g. via an API calls and show it to user in Pipeline's TASK UI.
I can see we have type : connectedServices:* , my assumption(Not sure if i am right) is that…

AviX
- 53
- 9
-1
votes
1 answer
Release Pipeline Deployment Dashboard
I'm looking for a ADO extension that would provide a dashboard contain data that can be use to create metrics. We have 150+ pipelines that I want to track.

ADO RM
- 1
-1
votes
1 answer
Is there a good alternative to "Test & Feedback" browser extension for manual test execution of Azure DevOps Test Plan module Test Cases
We are using Azure DevOps for development and Test Management. "Test & Feedback" is the only extension for manual tests execution I'm aware of that can be used with DevOps and has many flaws. Can someone recommend any other test execution plugins or…

ATCCAN
- 41
- 4
-1
votes
1 answer
How to show a custom web page in 1 Azure DevOps project only
I understand I can build Extension, but it appears it will install on all projects in the collection. My custom web page is only relevant to 1 project.
I found this SO question How to install a TFS extension only on some project instead the whole…

Motoko
- 1,062
- 2
- 15
- 32
-1
votes
1 answer
Uncaught (in promise) TypeError: n.join is not a function
I have an extension on devops azure, and I 'm newbie in Javascript by the way.
I wrote an function to get the name of task after fetch its id from server:
dataService.getDocument("registryKey").then((doc) => {
let authenToken = …

Erics Nguyen
- 370
- 4
- 16