forked from shivagowda/jhttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pipeline .harness/pipelines/jhttp-1683565610616.yaml
- Loading branch information
dineshgarg9487+test
committed
May 8, 2023
1 parent
06c1a1f
commit 3827b4e
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
pipeline: | ||
identifier: Build_jhttp_1683565612790 | ||
name: Build jhttp | ||
orgIdentifier: default | ||
projectIdentifier: default_project | ||
properties: | ||
ci: | ||
codebase: | ||
build: <+input> | ||
connectorRef: account.Github_OAuth_1683565603017 | ||
repoName: dgarg-harness/jhttp | ||
stages: | ||
- stage: | ||
identifier: build | ||
name: build | ||
spec: | ||
cloneCodebase: true | ||
execution: | ||
steps: | ||
- step: | ||
identifier: echo | ||
name: echo | ||
spec: | ||
command: echo hello world | ||
timeout: "" | ||
type: Run | ||
platform: | ||
arch: Amd64 | ||
os: Linux | ||
runtime: | ||
spec: {} | ||
type: Cloud | ||
type: CI |