Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Deploy to Codesphere
Deploy to Codesphere

Deploy to Codesphere

Codesphere

|
2 installs
| (0) | Preview
Tools for building/releasing with Codesphere.
Get it free

azure-pipelines-deploy

Azure DevOps Pipeline task to deploy a PullRequest to Codesphere.

Example pipeline config

trigger:
  branches:
    include:
    - 'main'

pool:
  name: Azure Pipelines
  vmImage: ubuntu-latest

variables:
- group: my-vars

steps:
- task: codesphere-deploy@0
  inputs:
    codesphereEmail: $(cs_username)
    codespherePassword: $(cs_password)
    team: My Team 
    plan: Free
    env: |
      FOO=bar
    onDemand: true
    reporterType: azDevOps

Required Permissions for the pipeline:

The pipeline user requires the PullRequestContribute permissions in order to comment in the PullRequest.

Navigate to Project Settings >> Repositories >> select Security tab >> Type Project Collection Build Service (organizationName) in the search box >> check if the Contribute to pull requests permission is set to Allow.

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