An open API service indexing awesome lists of open source software.

https://github.com/acquia/pipelines-examples

Pipelines examples build files
https://github.com/acquia/pipelines-examples

composer no-cortex no-pipeline no-sonarqube pipelines-yaml tutorial

Last synced: 19 days ago
JSON representation

Pipelines examples build files

Awesome Lists containing this project

README

        

# Pipelines Examples

This repository contains example code and tutorials for Acquia Pipelines.

#### Tutorials
Each branch contains the sample code for that tutorial, plus a README that includes:

* additional information and/or specific instructions,
* a link to a ZIP file containing all the same code, for easy access, and
* a link to a video that explains the tutorial and shows how it works.

Further examples welcome via pull request.

##### The examples are:
* **[tutorial-101](https://github.com/acquia/pipelines-examples/tree/tutorial-101)** - "Hello, World" the simplest possible Pipelines job, just to get started.
* **[tutorial-201](https://github.com/acquia/pipelines-examples/tree/tutorial-201)** - Build a Drupal site using the Acquia Lightning distribution using Composer.
* **[tutorial-301](https://github.com/acquia/pipelines-examples/tree/tutorial-301)** - Access a private repository using Composer by safely adding an SSH key to your Pipelines YAML file.
* **[tutorial-401](https://github.com/acquia/pipelines-examples/tree/tutorial-401)** - Safely store secret data such as credentials in your Pipelines YAML file to be accessible to your job via an environment variable.
* **[tutorial-501](https://github.com/acquia/pipelines-examples/tree/tutorial-501)** - Start a web and MySQL server, and run Behat tests against your site, all within your Pipelines job.
* **[tutorial-601](https://github.com/acquia/pipelines-examples/tree/tutorial-601)** - Install node version manner and node package manager
* **[tutorial-701](https://github.com/acquia/pipelines-examples/tree/tutorial-701)** - Deploy builds, feature branches, and GitHub pull requests to Acquia Cloud on-demand environments.
* **[copy-files-pipeline](https://github.com/acquia/pipelines-examples/tree/copy-files-pipeline)** - Copy files to Acquia Cloud on-demand environments.

### See also
* [Pipelines documentation](https://docs.acquia.com/acquia-cloud/develop/pipelines/)
* [Introduction to Pipelines]( https://dev.acquia.com/blog/acquia-pipelines-build-test-and-deployment-automation-for-acquia-cloud/10/08/2016/16381)
* [Acquia BLT](https://github.com/acquia/blt) includes [Pipelines integration](https://github.com/acquia/blt/blob/9.2.x/scripts/pipelines/acquia-pipelines.yml) out of the box.