question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pipelines commands to include path/folder parameter for moving/accessing non root folder pipelines

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
atbaggacommented, Sep 12, 2019

Fix will be available in release 0.13.0 in next couple of weeks.

1reaction
geverghecommented, Aug 29, 2019

Got it - makes sense.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found