Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Configure AMAW automatic Pull Request from Master to Develop

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main >Using Liquid for building your application> Using Liquid for building your application > Configure CI, CD and CT with Mono-Repo > Continuous Integration > Configure Liquid automatic Pull Request from Master to Develop

Configure Build Pipeline

  1. The first step consist in create a build task importing JSON File or template in VSTS.

Importing JSON File

Click on +Import Button e choose your template file with JSON Format.

image.png

After select the JSON File, click on import button

image.png

Create a Build Pipeline From VSTS Template

Another option is the creation build task through a VSTS Template.

Click on +New button.

image.png

Choose a template Liquid_PullRequest_MasterOnDevelop

image.png

  1. Modify the pipeline name to Liquid_PullRequest_MasterOnDevelop or other name of your preference.
  2. Choose the Repository with Liquid.

image.png

In Agent Pool, select the option

In Additional Options, enable the option Allow scripts to access the OAuth token. This option allow the Powershell perform tasks integrated with Git and VSTS.

image.png

image.png

Access the session Pipeline Variables and change the variable branchtarget, this variable receive the name branch target which is responsible to receive the automatic pull request from master.

image.png

Allow Enable Continuous Integration.

image.png

Clone this wiki locally