Introduction

1 minute readReferenceDeveloper productivity
On this page
You can try out the new Preview documentation for the CloudBees CD/RO DSL, Groovy, and Perl APIs. The new documentation will eventually replace this content, which will only be available for earlier versions of CloudBees CD/RO.

CloudBees CD/RO supports these APIs, ranked from easiest to hardest to use:

  • DSL methods: You can create scripts and templates without using API commands. The CloudBees CD/RO DSL allows you to create scripts or templates for all the operations that you can perform in the CloudBees CD/RO UI using the REST API or the Perl API. For more information, refer to CloudBees CD/RO domain-specific language (DSL).

  • REST APIs: You do not need detailed knowledge of the API syntax to execute REST API requests. You can navigate to the REST API URI and enter the appropriate information in the API UI to execute a request. For more information, refer to Using the CloudBees CD/RO RESTful API.

  • Perl API: You need to know the correct syntax to execute these commands. You can use Perl APIs one of these ways:

  • Groovy API: You need to know the correct syntax to execute these commands. For more information, refer to Using the Groovy API.

Audience

This content is for DevOps professionals such as product managers, software developers, and IT staff who want to automate the processes between their respective teams to build, test, and deploy or release software faster and more reliably.