Create Custom Templates

Ricardo Humberto Vivanco Effio
PipelineSpace
Published in
2 min readMay 16, 2019

Overview

PipelineSpace.com is a cloud Development Platform for create, build, deploy, and manage multi-cloud application.

What is covered in this lab?

In this lab, you will

  • Generate the Custom Template service in your Azure DevOps Services organization with PipelineSpace.com tool.
  • Create reutilizable templates in .netcore.

Pre-requisites for the lab

  1. Refer the Getting Started page to know the prerequisites for this lab.

Exercise 1: Create Custom Stack

You can create custom stack based on the standards of your organization. These stacks can be used to create your services.

  • Navigate to All Templates. Then select the template
  • Now select the template you would like to use. For this example we select the template “API + Table Entity”. PipelineSpace.com gives you the following options: Download as Zip, Use as Template and Clone in your repository. In this lab we will clone in our repository.
  • Select Create Git Repository.
  • Select Github. For now we only support the following providers ( GitHub Azure DevOps Repos, GitLab and BitBucket).
  • Now go to GitHub to view the generated code.

--

--