Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Atlas Action Dev
Atlas Action Dev

Atlas Action Dev

Ariga

|
3 installs
| (0) | Free
Atlas Action for Azure DevOps Pipeline
This extension is now unpublished from Marketplace. You can choose to uninstall it.

Atlas Actions Extension for Azure DevOps

Twitter Discord

This extension provides the AtlasAction task to run atlas-action on Azure DevOps.

How to use

After installing the extension, you can add one (or more) of the tasks to your pipeline.

add-task

Here is an example pipeline that pushes the schema to Atlas Registry

trigger:
- master

pool:
  vmImage: ubuntu-latest

steps:
- script: curl -sSf https://atlasgo.sh | sh
  displayName: Install Atlas
- script: atlas login --token $(ATLAS_TOKEN)
  displayName: Atlas Login
- task: AtlasAction@1
  inputs:
    action: 'schema push'
    config: 'file://atlas.hcl'
    env: 'azure'
    schema_name: 'azure-devops'

Features

  • Support for running Atlas-Actions on Azure DevOps (only Linux runner).
  • Reporting lint results back to Pull Request on GitHub.
  • Currently, only GitHub is supported as SCM.

Support

Need help? File issues on the Atlas Issue Tracker or join our Discord server.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft