Pipelines commands to include path/folder parameter for moving/accessing non root folder pipelines
See original GitHub issueI apologize if I missed an existing request. This is my first attempt at a GitHub issue and I simply didn’t see anything matching this. If there’s an existing issue, please point me to it and I will add appropriate context there.
Is your feature request related to a problem? Please describe. I don’t seem to be able to be able to set the folder when creating a pipeline. Also, with the addition of yaml release pipelines, being able to set the type of the pipeline (build and/or release) would seem a useful tool.
Describe the solution you’d like Simply add parameters to set the path and type properties when creating or updating a pipeline.
examples:
- Create release pipeline:
az pipelines create --name 'ContosoBuild' --description 'Pipeline for contoso project' --repository SampleRepoName --branch master --repository-type tfsgit --type release
- Update build pipeline to change the folder location:
az pipelines create --name 'ContosoBuild' --description 'Pipeline for contoso project' --repository SampleRepoName --branch master --repository-type tfsgit --type build --path "\\testBuilds
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Customize your pipeline - Azure Pipelines - Microsoft Learn
Step-by-step tutorial to customize a pipeline. ... Usually, this file is named azure-pipelines.yml and is located at the root of your repo.
Read more >Azure Pipelines - Is there a way to view the folder structure?
You can use CMD task to call tree command in Microsoft-Hosted windows agent to get the folder structure. My script: echo "Structure of...
Read more >MATLAB - Azure DevOps - Visual Studio Marketplace
This extension enables you to build and test your MATLAB® project as part of your pipeline. For example, you can automatically identify any ......
Read more >Creating a CI/CD pipeline with Azure Pipelines and Compute ...
This tutorial shows how to use Azure Pipelines to create a continuous integration/continuous deployment (CI/CD) pipeline for applications ...
Read more >Configure CI/CD pipelines for NodeJs Applications with Azure ...
For custom commands, no need to prepend npm. Root directory that contains the package folder: ${Build.SourcesDirectory}- It is a predefined variable. The local ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fix will be available in release 0.13.0 in next couple of weeks.
Got it - makes sense.