Acquia Pipelines is a continuous delivery tool to automate development workflows for applications hosted by Cloud Platform. With Pipelines, you can:
drush make
to assemble your application’s
components and dependencies.Note
Pipelines is FedRAMP, PCI, HIPPA, and IRAP compliant.
Pipelines executes the instructions you provide, transforming application source code into a build artifact which you can then test and deploy. Here is how Pipelines works:
pipelines-build-[BRANCHNAME]
, to a
build branch in your application’s Cloud Platform Git repository, which you
can deploy programmatically or manually. Other repositories can’t be targets.pipelines status
and logs
commands.For a list of software available in your container, and resource limits on Pipelines jobs, see Resources for Pipelines jobs.
Pipelines is available as an add-on for Cloud Platform Enterprise and Site Factory subscribers, and requires Cloud Platform CD on Cloud Platform. To obtain Pipelines for your subscription, contact your Account Manager.
Pipelines is available as a continuous integration tool for Site Factory subscribers. When configuring Pipelines for a Site Factory, be aware of the following issues:
Use the following general steps to start using Pipelines for your website development and testing:
Confirm your Cloud Platform account’s role has the Execute Pipelines permission. You may also need the Add an environment permission.
Note for Site Factory subscribers
These permissions must be assigned through the Cloud Platform teams and permissions system, and not the Site Factory Management Console.
(Optional) Connect your application to an external Git repository.
Ensure your application is running either PHP 7.4, 8.0, or 8.1.
Start a Pipelines job in the Cloud Platform user interface or the command-line interface.
Important
Pipelines executes subsequent jobs using the credentials of the user who first executes a Pipelines build. For more information on how to update to another user, see User permission issues.