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
29 changes: 29 additions & 0 deletions .harness/Git_Experience_Pipeline_Test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pipeline:
name: Git Experience Pipeline Test
identifier: Git_Experience_Pipeline_Test
projectIdentifier: IDP_Test
orgIdentifier: default
tags: {}
stages:
- stage:
name: Build
identifier: Build
description: ""
type: CI
spec:
cloneCodebase: false
platform:
os: Linux
arch: Amd64
runtime:
type: Docker
spec: {}
execution:
steps:
- step:
type: Run
name: Run_1
identifier: Run_1
spec:
shell: Sh
command: echo "Hello"
Loading