diff --git a/.harness/newPipeline.yaml b/.harness/newPipeline.yaml new file mode 100644 index 000000000000..5205ac0f2dc6 --- /dev/null +++ b/.harness/newPipeline.yaml @@ -0,0 +1,33 @@ +pipeline: + name: newPipeline + identifier: newPipeline + projectIdentifier: Test + orgIdentifier: default + tags: {} + stages: + - stage: + name: Build + identifier: Build + description: "" + type: CI + spec: + cloneCodebase: false + infrastructure: + type: KubernetesDirect + spec: + connectorRef: ShobhitK8 + namespace: harness-delegate-ng + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: Run_1 + identifier: Run_1 + spec: + connectorRef: account.harnessImage + image: alpine + shell: Sh + command: echo hello diff --git a/.harness/newRemote.yaml b/.harness/newRemote.yaml new file mode 100644 index 000000000000..1d0ffbc98b9a --- /dev/null +++ b/.harness/newRemote.yaml @@ -0,0 +1,33 @@ +pipeline: + name: newRemote + identifier: newRemote + projectIdentifier: Test + orgIdentifier: default + tags: {} + stages: + - stage: + name: build + identifier: build + description: "" + type: CI + spec: + cloneCodebase: false + infrastructure: + type: KubernetesDirect + spec: + connectorRef: ShobhitK8 + namespace: harness-delegate-ng + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: Run_1 + identifier: Run_1 + spec: + connectorRef: account.harnessImage + image: alpine + shell: Sh + command: echo hello diff --git a/.harness/remotePipeline.yaml b/.harness/remotePipeline.yaml new file mode 100644 index 000000000000..1cde7cf331bb --- /dev/null +++ b/.harness/remotePipeline.yaml @@ -0,0 +1,33 @@ +pipeline: + name: remotePipeline + identifier: remotePipeline + projectIdentifier: Test + orgIdentifier: default + tags: {} + stages: + - stage: + name: build + identifier: build + description: "" + type: CI + spec: + cloneCodebase: false + infrastructure: + type: KubernetesDirect + spec: + connectorRef: ShobhitK8 + namespace: harness-ng-delegate + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: Run_1 + identifier: Run_1 + spec: + connectorRef: account.harnessImage + image: alpine + shell: Sh + command: echo hello diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index d9999fbb7e0d..57f2b23b8b3d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -28,6 +28,9 @@ + +