Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.4 KB

CreatePipeline.md

File metadata and controls

35 lines (20 loc) · 1.4 KB

In this tutorial you will learn how you can seamlessly get started with Harness CI for Python. In this pipeline we will be implementing a Hello World Server in Python.

Step 1: Fork the repository

Step 2: Create your Harness Project

  • Move to the Harness Platform & click on Project -> New Project

  • Configure the project settings as below

    Name: (Default Project Name)

    Organization: Default

Screenshot 2022-09-09 at 10 24 17 AM

  • Select CI Module in the modules sections

Step 3: Pipeline Creation & Configure Stages

  • Click on Pipelines -> Create a Pipeline

  • Configure the pipeline as below

    Name: CI-Python-Quickstart

    Set up pipeline as: Inline

Screenshot 2022-09-09 at 10 32 57 AM

To know more about Pipelines check out the docs here Next, we are going to add Stages and steps to our Pipeline and compile our Python code.

Click on Build step