Skip to content

Commit

Permalink
Update pipeline Build gittest - Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
smjt-h committed Jun 21, 2023
1 parent 029d2be commit fca2842
Showing 1 changed file with 33 additions and 29 deletions.
62 changes: 33 additions & 29 deletions .harness/Build_gittest_1687350051367_Clone.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
---
pipeline:
orgIdentifier: "default"
projectIdentifier: "jttest"
orgIdentifier: default
projectIdentifier: jttest
properties:
ci:
codebase:
build: "<+input>"
connectorRef: "account.Github"
repoName: "smjt-h/gittest"
build: <+input>
connectorRef: account.Github
repoName: smjt-h/gittest
stages:
- stage:
identifier: "build"
name: "build"
spec:
cloneCodebase: true
execution:
steps:
- step:
identifier: "echo"
name: "echo"
spec:
command: "echo hello world"
timeout: ""
type: "Run"
platform:
arch: "Amd64"
os: "Linux"
runtime:
spec: {}
type: "Cloud"
type: "CI"
identifier: "Build_gittest_1687350051367_Clone"
- stage:
identifier: build
name: build
spec:
cloneCodebase: true
execution:
steps:
- step:
identifier: echo
name: echo
spec:
connectorRef: jtdock
image: alpine
shell: Sh
command: echo hello world
timeout: ""
type: Run
infrastructure:
type: KubernetesDirect
spec:
connectorRef: testconn
namespace: ci-smp-jt
automountServiceAccountToken: true
nodeSelector: {}
os: Linux
type: CI
identifier: Build_gittest_1687350051367_Clone
tags: {}
name: "Build gittest - Clone"
name: Build gittest - Clone

0 comments on commit fca2842

Please sign in to comment.