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> 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> 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