Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This section describes how to setup Datical project when you are using multiple branches in your development. These branches could be used for several reasons:

  1. You have one branch to commit your developer changes. This branch might be called a "develop" branch. Developer then submits a pull request so that these changes can be merged into a main branch, e.g., "master" or "release-candidate" branch
  2. You have developers working on mulitple releases at the same time. You may have a branch called "release/1.0". You may also have another parallel branch called "release/2.0". 


Step-by-step guide

You will need to create multiple pipelines in your Datical project. For example, you will call them "pipeline1" and "pipeline2".

 



  • No labels