Skip to content

Commit

Permalink
Added pipeline .harness/pipelines/Jdempotent-1700308274553.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SawCunha committed Nov 18, 2023
1 parent cd6703b commit 203ed49
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .harness/pipelines/Jdempotent-1700308274553.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 203ed49

Please sign in to comment.