MCPcopy Index your code
hub / github.com/ballerina-platform/ballerina-azure-pipelines-task

github.com/ballerina-platform/ballerina-azure-pipelines-task @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
6 symbols 16 edges 1 files 4 documented · 67% updated 20mo ago★ 871 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Azure Pipelines Task for Ballerina

Ballerina is a statically typed, open-source cloud-native programming language developed and supported by WSO2.

With Ballerina, you could easily develop microservices, API endpoints and integrations, and any other application for the cloud. Additionally, Ballerina has all the general-purpose functionalities you could expect from a modern programming language.

Azure pipelines task for Ballerina provides a way to install Ballerina in Azure pipelines and use it in your devops pipelines. You can execute Ballerina CLI commands in your pipelines using this task. This includes building, testing, running, and pushing Ballerina programs.

Getting Started

You can use the following YAML snippet to install Ballerina in your Azure pipeline.

steps:
- task: UseBallerina@1
  inputs:
    version: '2201.6.0'
- script: bal -v
  displayName: 'Ballerina version'

Useful links

  • Chat live with us on our Discord community.
  • Post technical questions on the Stack Overflow with the #ballerina tag.
  • For more details on how to engage with the community, see Community.

Core symbols most depended-on inside this repo

downloadTool
called by 3
UseBallerina/index.ts
sudo
called by 2
UseBallerina/index.ts
run
called by 1
UseBallerina/index.ts
runPkgInstaller
called by 1
UseBallerina/index.ts
runDebInstaller
called by 1
UseBallerina/index.ts
runMsiInstaller
called by 1
UseBallerina/index.ts

Shape

Function 6

Languages

TypeScript100%

Modules by API surface

UseBallerina/index.ts6 symbols

For agents

$ claude mcp add ballerina-azure-pipelines-task \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page