Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

CLI setup command doesn't create variable group prior to manifest pipeline #1374

@andrebriggs

Description

@andrebriggs

Describe the bug:
The setup command creates

  • HLD repo
  • Manifest repo
  • HLD --> Manifest pipeline

The HLD --> Manifest pipeline relies on the existence of a variable group. The current code doesn't seem to create that for you. We need to create a variable group before we create and queue the pipeline.

The first instance of variable group creation happens here during App repo set up (which comes after HLD --> Manifest pipeline creation.

Work around:
The work around for this is to have a pre-existing variable group named quick-start-vg in your AzDO project

Expected behavior:
We should create the variable group prior to the HLD --> Manifest pipeline

Does this require updates to documentation?:
NO

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions