From 1efb85ef483675430d11da824f3968ef0ebb6d8c Mon Sep 17 00:00:00 2001 From: Bhavana Date: Wed, 24 Dec 2025 10:43:31 +0530 Subject: [PATCH] Create pipeline Bhv-pipeline3 --- .../SFTY_Training/pipelines/Bhvpipeline3.yaml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml diff --git a/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml b/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml new file mode 100644 index 000000000..17b387970 --- /dev/null +++ b/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml @@ -0,0 +1,45 @@ +pipeline: + name: Bhv-pipeline3 + identifier: Bhvpipeline3 + projectIdentifier: SFTY_Training + orgIdentifier: default + tags: {} + properties: + ci: + codebase: + connectorRef: bhavanagithub + repoName: springpetclinic-work + build: <+input> + stages: + - stage: + name: ci + identifier: ci + description: "" + type: CI + spec: + cloneCodebase: true + caching: + enabled: true + override: false + platform: + os: Linux + arch: Amd64 + runtime: + type: Cloud + spec: + size: flex + imageSpec: + imageName: ubuntu-24 + execution: + steps: + - step: + type: GitClone + name: GitClone_1 + identifier: GitClone_1 + spec: + connectorRef: bhavanagithub + repoName: springpetclinic-work + build: + type: branch + spec: + branch: main