Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testayush #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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_failing_pipeline_1698404611859-pr-trigger-input-set
identifier: Build_failing_pipeline_1698404611859prtriggerinputset
orgIdentifier: default
projectIdentifier: Test_Pipelinr
pipeline:
identifier: Build_failing_pipeline_1698404611859
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_failing_pipeline_1698404611859-push-trigger-input-set
identifier: Build_failing_pipeline_1698404611859pushtriggerinputset
orgIdentifier: default
projectIdentifier: Test_Pipelinr
pipeline:
identifier: Build_failing_pipeline_1698404611859
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
34 changes: 34 additions & 0 deletions .harness/pipelines/failing-pipeline-1698404600910.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
pipeline:
identifier: Build_failing_pipeline_1698404611859
name: Build failing-pipeline
orgIdentifier: default
projectIdentifier: Test_Pipelinr
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1698387505960
repoName: failing-pipeline
stages:
- stage:name: Print welcome message
identifier: welcome_message
type: CI
spec:
cloneCodebase: true
platform:
os: Linux
arch: Amd64
runtime:
type: Cloud
spec: {}
execution:
steps:
- step:
type: Run
name: Welcome
identifier: Welcome
spec:
connectorRef: my_docker_hub
image: alpine
shell: Sh
command: Echo "Welcome to Harness CI"