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
.
- Go to Python-Pipeline-Samples Repo
- Now fork this repository in your Github Forking a repository in Github
-
Move to the Harness Platform & click on Project -> New Project
-
Configure the project settings as below
Name: (Default Project Name)
Organization: Default
- Select CI Module in the modules sections
-
Click on
Pipelines
-> Create a Pipeline -
Configure the pipeline as below
Name: CI-Python-Quickstart
Set up pipeline as: Inline
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