azure devops
1393 TopicsSlack Notifier for Pipeline Status Changes?
Hello, I see seven Slack-related extensions on the AzDO Marketplace, in various stages of maintenance and some with hard-to-discern feature differences. For now, I just want notifications when build status changes. For instance, I want notifications when: Build status goes from failure to success Build status goes from success to failure As far as I can tell, some of the Slack extensions on Marketplace just let you send a message but don't have any smarts surrounding state changes. What's my best bet? Thanks, Jamie523Views0likes1CommentError VS403316 while using migration tool when migrating from ADO Server2022.0.1 to ADO Service
Dear Community i want to migrate a collection from Azure DevOps Server 2022.0.1 to Azure DevOps Services. When i use the official migration tool i have error VS403316 in the "validate" process. Official Microsoft description for this error is: -------------------------------------------------------------------------------------------------------- VS403316 Inconsistencies were detected in some Team Foundation version control (TFVC) files within your collection. VS403316: An inconsistency was detected in some TFVC files for this collection. The inconsistency needs to be corrected prior to running an import to Azure DevOps Services. Please reach out to https://aka.ms/AzureDevOpsImportSupport for assistance with addressing this issue. Work with Azure DevOps Services https://aka.ms/AzureDevOpsImportSupport. Open a support ticket and they'll work with you to resolve the error. --------------------------------------------------------------------------------------------------------------- I opened a ticket with Microsoft Azure Support but i would like to know if anybody knows what kind of error this is because there is not much to find online. I was able to fix 8 errors with missing privileges already with the tool TfsSecurity.exe but about error VS403316 there is nothing to find. Does someone know what this error means and maybe fixed it already ?722Views0likes1CommentAutomatically setting an item's state upon pull request merge
Hi there, I have setup a number of states in Azure Devops related to both development and QA. When a pull request is approved and merged into main branch, is there a way I can specify which state the user story or bug is placed into? I have a "Ready for QA" state that I would like it placed into. The system appears to be doing this at the moment, but it always goes to a completed state. I can't see any settings surrounding this. Please help, thanks Mark.777Views0likes1CommentAzure Pipline
Greetings, I have created a simple website using Visual Studio and I am looking to deploy it to Azure services via Azure Pipeline. Unfortunately, I am experiencing errors during the deployment phase of my YAML script and I require some assistance. If you have a moment, could you kindly respond to coordinate a Zoom meeting where we can review the issue together? Thank you kindly.678Views0likes1CommentRelease management on Azure devops dashboard
Hello, Everyone! I've been struggling to promote the feature's release. We have three product teams, and I am responsible for releasing features to approximately 16 countries. As a result, the key account managers and relationship managers of the various regions will always ping me to inquire about the release dates of their region and regions to be released on that date. Since I have ADO, how can I establish boards for each region to show them the future and release date? It should, for example, display them the progress and inform them that it will be launched on this exact date. Can you tell me how I can increase visibility using the ADO board to highlight release management? Thanks,1KViews0likes1CommentChanging the Backlog Iteration
Hello, all. We're thinking of creating a new backlog iteration for our team and setting it as the default backlog. We would keep the "old" backlog with closed stories, etc. intact. Would doing something like this pose any risks to historical sprint data or are there unintended consequences that should be considered?902Views0likes1CommentProblem with output variables in Self Hosted Agent
I have the following sample code that I implement using Azure DevOps pipelines and it works without problem, I can see the value of the SAUCE variable in all the tasks in my Job. Then I run it but using a self hosted Agent that I have in an Azure virtual machine and it doesn't work anymore, for some reason the value of the variable is lost. - job: TestOutputVars displayName: Test Output Variables steps: - bash: | echo "##vso[task.setvariable variable=sauce;isOutput=true]crushed tomatoes" echo "my environment variable is $SAUCE" - bash: | echo "my environment variable is $SAUCE" - task: PowerShell@2 inputs: targetType: "inline" script: | Write-Host "my environment variable is $env:SAUCE" pwsh: true What could be the problem, or should I do some specific configuration in the virtual machine I am using as agent ?781Views0likes1Comment