Pipeline Creation

Azent can generate Azure Pipelines YAML files based on your project structure, build tools, and requirements.

How to trigger

Create a work item describing the pipeline you need and add a comment:

@Azent create a CI pipeline for this project

What the agent does

  1. Reads the work item for pipeline requirements (triggers, stages, environments)
  2. Analyzes the project structure to determine build tools, test frameworks, and output artifacts
  3. Creates the Azure Pipelines YAML file with appropriate steps
  4. Opens a pull request with the pipeline definition

Tips

  • Be specific about what the pipeline should do (build, test, deploy, all of the above)
  • Mention target environments if applicable (e.g. "deploy to staging after tests pass")
  • Specify triggers if you have a preference (e.g. "trigger on PRs to main")