Azure-devops-docs: How do i find pipelineId of another Pipeline from which i need to download an artifact from?

Created on 6 Feb 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-devops-docs

The documentation at https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&viewFallbackFrom=vsts states that System.DefinitionId is "The ID of the build pipeline." But that seems to be not working.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

devopprod doc-bug

Most helpful comment

go to Azure Pipelines and open the pipeline you want, and in the url you'll see the definition=382 (or any number you may have). If you look the github of this task, definition is an alias for pipeline.

All 3 comments

go to Azure Pipelines and open the pipeline you want, and in the url you'll see the definition=382 (or any number you may have). If you look the github of this task, definition is an alias for pipeline.

@sandeepzgk Thank you for the feedback and @katlimruiz thanks for the input! are you still having this issue or does the commented solution answer it?

@sandeepzgk I'll be closing this issue if you don't have any more feedback. Feel free to open a new issue if the issue isn't resolved! Thank you again!

Was this page helpful?
0 / 5 - 0 ratings