diff --git a/.harness/InputSet3June.yml b/.harness/InputSet3June.yml new file mode 100644 index 0000000..e13c911 --- /dev/null +++ b/.harness/InputSet3June.yml @@ -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\"" diff --git a/.harness/RemotePipeline3June.yaml b/.harness/RemotePipeline3June.yaml new file mode 100644 index 0000000..e995d78 --- /dev/null +++ b/.harness/RemotePipeline3June.yaml @@ -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> diff --git a/.harness/TestappPipelineRemote.yaml b/.harness/TestappPipelineRemote.yaml index 78c7d5b..a0486c1 100644 --- a/.harness/TestappPipelineRemote.yaml +++ b/.harness/TestappPipelineRemote.yaml @@ -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