Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .harness/step_1_0label1.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pipeline:
name: test222
identifier: test222
allowStageExecutions: false
projectIdentifier: coke123
orgIdentifier: default
tags: {}
stages:
- stage:
name: aaaa
identifier: aaa
type: CI
spec:
cloneCodebase: false
infrastructure:
type: KubernetesDirect
spec:
connectorRef: account.k8scluster
namespace: aaa
execution:
steps:
- step:
type: Run
name: echo
identifier: echo
spec:
connectorRef: account.nofar_dockerhub
image: alpine
command: echo "this is a new change"
29 changes: 29 additions & 0 deletions .harness/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pipeline:
name: test
identifier: test
allowStageExecutions: false
projectIdentifier: coke123
orgIdentifier: default
tags: {}
stages:
- stage:
name: aaaa
identifier: aaa
type: CI
spec:
cloneCodebase: false
infrastructure:
type: KubernetesDirect
spec:
connectorRef: account.k8scluster
namespace: aaa
execution:
steps:
- step:
type: Run
name: echo
identifier: echo
spec:
connectorRef: account.nofar_dockerhub
image: alpine
command: echo "this is a new change"