From 203ed49c4233291d23d06f34155304184e471a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Gon=C3=A7alves=20Cunha?= Date: Sat, 18 Nov 2023 08:51:03 -0300 Subject: [PATCH] Added pipeline .harness/pipelines/Jdempotent-1700308274553.yaml --- .../pipelines/Jdempotent-1700308274553.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .harness/pipelines/Jdempotent-1700308274553.yaml diff --git a/.harness/pipelines/Jdempotent-1700308274553.yaml b/.harness/pipelines/Jdempotent-1700308274553.yaml new file mode 100644 index 0000000..b9da693 --- /dev/null +++ b/.harness/pipelines/Jdempotent-1700308274553.yaml @@ -0,0 +1,37 @@ +pipeline: + identifier: Build_Jdempotent_1700308280072 + name: Build Jdempotent + orgIdentifier: default + projectIdentifier: InsideSoftwares + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1700308252620 + repoName: Jdempotent + 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