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
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_pipeline_samples_1685086259064-pr-trigger-input-set
identifier: Build_python_pipeline_samples_1685086259064prtriggerinputset
orgIdentifier: default
projectIdentifier: pythondemo
pipeline:
identifier: Build_python_pipeline_samples_1685086259064
properties:
ci:
codebase:
build:
type: PR
spec:
number: <+trigger.prNumber>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_pipeline_samples_1685086259064-push-trigger-input-set
identifier: Build_python_pipeline_samples_1685086259064pushtriggerinputset
orgIdentifier: default
projectIdentifier: pythondemo
pipeline:
identifier: Build_python_pipeline_samples_1685086259064
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_pipeline_samples_1685086533258-pr-trigger-input-set
identifier: Build_python_pipeline_samples_1685086533258prtriggerinputset
orgIdentifier: default
projectIdentifier: pythondemo
pipeline:
identifier: Build_python_pipeline_samples_1685086533258
properties:
ci:
codebase:
build:
type: PR
spec:
number: <+trigger.prNumber>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_pipeline_samples_1685086533258-push-trigger-input-set
identifier: Build_python_pipeline_samples_1685086533258pushtriggerinputset
orgIdentifier: default
projectIdentifier: pythondemo
pipeline:
identifier: Build_python_pipeline_samples_1685086533258
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
37 changes: 37 additions & 0 deletions .harness/pipelines/python-pipeline-samples-1685086255002.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pipeline:
identifier: Build_python_pipeline_samples_1685086259064
name: Build python-pipeline-samples
orgIdentifier: default
projectIdentifier: pythondemo
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1685086241449
repoName: Mithun-rinky/python-pipeline-samples
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
37 changes: 37 additions & 0 deletions .harness/pipelines/python-pipeline-samples-1685086441475.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pipeline:
identifier: Build_python_pipeline_samples_1685086533258
name: Build python-pipeline-samples
orgIdentifier: default
projectIdentifier: pythondemo
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1685086241449
repoName: Mithun-rinky/python-pipeline-samples
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