Skip to content
Open
Show file tree
Hide file tree
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
26 changes: 26 additions & 0 deletions .harness/InputSet3June.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
inputSet:
identifier: "InputSet3June"
name: "InputSet3June"
orgIdentifier: "default"
projectIdentifier: "RajathaTest"
pipeline:
identifier: "RemotePipeline3June"
properties:
ci:
codebase:
build:
type: "branch"
spec:
branch: "main"
stages:
- stage:
identifier: "stg1"
type: "CI"
spec:
execution:
steps:
- step:
identifier: "step1"
type: "Run"
spec:
command: "echo \"First output change\""
38 changes: 38 additions & 0 deletions .harness/RemotePipeline3June.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
pipeline:
name: RemotePipeline3June
identifier: RemotePipeline3June
projectIdentifier: RajathaTest
orgIdentifier: default
storeType: REMOTE
remoteType: create
tags: {}
properties:
ci:
codebase:
connectorRef: GitHubRajatha
build: <+input>
stages:
- stage:
name: stg1
identifier: stg1
type: CI
spec:
cloneCodebase: true
infrastructure:
type: KubernetesDirect
spec:
connectorRef: account.CItestK8sConnectoryg7d1MipIx
namespace: harness-qa-delegate
automountServiceAccountToken: true
nodeSelector: {}
execution:
steps:
- step:
type: Run
name: step1
identifier: step1
spec:
connectorRef: account.CItestDockerConnectorV2fKLnZNlQ
image: alpine
shell: Sh
command: <+input>
21 changes: 20 additions & 1 deletion .harness/TestappPipelineRemote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,23 @@ pipeline:
echo <+codebase.targetBranch>
echo <+codebase.sourceBranch>
echo <+codebase.repoUrl>
echo 358pm
echo 402pm
- stage:
name: stg2
identifier: stg2
type: CI
spec:
cloneCodebase: false
infrastructure:
useFromStage: stg1
execution:
steps:
- step:
type: Run
name: step2
identifier: step2
spec:
connectorRef: account.harnessImage
image: alpine
shell: Sh
command: echo stage2-612pm