About 68 results
Open links in new tab
  1. How to do a Foreach loop or Each within Azure Pipeline

    Jan 13, 2023 · I am trying to run an Azure Pipeline that queries an Azure Storage table, I can do this no problem by passing in $AppName from a normal pipeline variable, but id like to loop though multiple …

  2. Azure Pipelines: Logging in using Workload Identity Federation

    Apr 9, 2024 · In the Azure DevOps project where you pipeline is in, go to " Project Settings " > " Service connections " to create the new ARM service connection. Select " Azure Resource Manager " > …

  3. Increment Azure Pipelines version number with commits

    Sep 3, 2024 · 1 I have an Azure DevOps pipeline that references two repos: The code repo, which contains my application code The config repo, which contains my environment variable config files. …

  4. azure pipelines : accessing secret variables - Stack Overflow

    Jun 10, 2020 · 14 Azure pipelines will scan the output and mask the secret, you can simply split it up and print it in two parts. Here is a bash example:

  5. What is the difference between Pipeline and Release Pipeline in azure ...

    Oct 27, 2019 · Pipelines is a name in latest DevOps user interface for Builds. In old UI it's like this: It can be said that Pipeline (or Build, or Build Pipeline) represents CI (continuous integration) in Azure …

  6. Conditional dependent job in Azure Devops YAML pipelines

    May 29, 2020 · Conditional dependent job in Azure Devops YAML pipelines Asked 5 years, 9 months ago Modified 1 year, 8 months ago Viewed 48k times

  7. Azure Pipelines : differences between PublishBuildArtifacts and ...

    Dec 4, 2020 · Here is an issue about it on GitHub and Microsoft answered: Build Artifacts (published via the Publish Build Artifacts task) have been in Azure DevOps for a long time and are the built-in …

  8. azure - Use a variable in one task which is defined in another task in ...

    Jan 3, 2024 · How to use a variable in one task which is defined in another task in a DevOps pipeline? This is the yaml script I am using: -task: PowerShell@2 displayName: 'SetVal' inpu...

  9. Can azure pipelines accessible across projects - Stack Overflow

    Jan 12, 2021 · We are having multiple projects in Azure devops. We would like to access the pipelines created across multiple projects. Is that possible to access pipeline across projects or the pipelines …

  10. Queue jobs stuck in Azure Devops pipelines - Stack Overflow

    Feb 22, 2024 · I am facing a problem with the agent pools jobs in my Azure DevOps project. I have the Azure Pipelines agent pool (not self-hosted) which says it is running 2 jobs and there are also 70 …