Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ Now you have a Stage to clone, build, containerize, and then push your image to
In the Build Test and Push stage, you built your code and pushed your built image to Docker Hub.
Harness will pull the image onto the container in your infrastructure. Next, it will start the Hello World Server in the image.

Note: According to new flow and UI **Propagate from an existing stage** is already enabled.

- Go to execution tab in run integration stage
- Select ```add step```
- Go to builds and select background
- Change the settings as following
- Name: ```python server```
- Description(optional): ```server connection```
- Container registry: select the Docker connector you created previously
- Image : docker-hub-username/docker-hub-repo-name
- Shell: ```Sh```
- Command: ```python3 /python-pipeline-samples/app.py```
- Select ```Apply changes```
Expand Down