From 11e5374efd8496d8b2a9b3e4fa75d040a8a7e538 Mon Sep 17 00:00:00 2001 From: "martins-dias.terry" Date: Fri, 2 Feb 2024 19:41:12 -0500 Subject: [PATCH 1/3] Added pipeline .harness/pipelines/jhttp-1706920771551.yaml --- .harness/pipelines/jhttp-1706920771551.yaml | 37 +++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .harness/pipelines/jhttp-1706920771551.yaml diff --git a/.harness/pipelines/jhttp-1706920771551.yaml b/.harness/pipelines/jhttp-1706920771551.yaml new file mode 100644 index 0000000..4210ec5 --- /dev/null +++ b/.harness/pipelines/jhttp-1706920771551.yaml @@ -0,0 +1,37 @@ +pipeline: + identifier: Build_0xGamePlan_jhttp_1706920871463 + name: Build jhttp + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github + repoName: 0xGamePlan/jhttp + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: dockerbuild + name: docker_build + spec: + image: plugins/docker + settings: + dry_run: "true" + repo: hello/world + tags: latest + timeout: "" + type: Plugin + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI From 41211d73a75b403883a8bbbe51606a1b63c6ef8a Mon Sep 17 00:00:00 2001 From: "martins-dias.terry" Date: Fri, 2 Feb 2024 19:41:13 -0500 Subject: [PATCH 2/3] Added input set .harness/Build_0xGamePlan_jhttp_1706920871463-pr-trigger-input-set-1706920872816.yaml --- ...0871463-pr-trigger-input-set-1706920872816.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_0xGamePlan_jhttp_1706920871463-pr-trigger-input-set-1706920872816.yaml diff --git a/.harness/Build_0xGamePlan_jhttp_1706920871463-pr-trigger-input-set-1706920872816.yaml b/.harness/Build_0xGamePlan_jhttp_1706920871463-pr-trigger-input-set-1706920872816.yaml new file mode 100644 index 0000000..5859289 --- /dev/null +++ b/.harness/Build_0xGamePlan_jhttp_1706920871463-pr-trigger-input-set-1706920872816.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_0xGamePlan_jhttp_1706920871463-pr-trigger-input-set + identifier: Build_0xGamePlan_jhttp_1706920871463prtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_0xGamePlan_jhttp_1706920871463 + properties: + ci: + codebase: + build: + type: PR + spec: + number: <+trigger.prNumber> From 6105e0523326c9ca8c20ec38a388d1007d0cb151 Mon Sep 17 00:00:00 2001 From: "martins-dias.terry" Date: Fri, 2 Feb 2024 19:41:14 -0500 Subject: [PATCH 3/3] Added input set .harness/Build_0xGamePlan_jhttp_1706920871463-push-trigger-input-set-1706920873863.yaml --- ...71463-push-trigger-input-set-1706920873863.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_0xGamePlan_jhttp_1706920871463-push-trigger-input-set-1706920873863.yaml diff --git a/.harness/Build_0xGamePlan_jhttp_1706920871463-push-trigger-input-set-1706920873863.yaml b/.harness/Build_0xGamePlan_jhttp_1706920871463-push-trigger-input-set-1706920873863.yaml new file mode 100644 index 0000000..1596bfb --- /dev/null +++ b/.harness/Build_0xGamePlan_jhttp_1706920871463-push-trigger-input-set-1706920873863.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_0xGamePlan_jhttp_1706920871463-push-trigger-input-set + identifier: Build_0xGamePlan_jhttp_1706920871463pushtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_0xGamePlan_jhttp_1706920871463 + properties: + ci: + codebase: + build: + type: branch + spec: + branch: <+trigger.branch>