Skip to content

ballerina-platform/ballerina-azure-pipelines-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repo contains the source code for the ballerina azure pipelines task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published