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_devops0014_one_1703763628407-pr-trigger-input-set
identifier: Build_devops0014_one_1703763628407prtriggerinputset
orgIdentifier: default
projectIdentifier: default_project
pipeline:
identifier: Build_devops0014_one_1703763628407
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_devops0014_one_1703763628407-push-trigger-input-set
identifier: Build_devops0014_one_1703763628407pushtriggerinputset
orgIdentifier: default
projectIdentifier: default_project
pipeline:
identifier: Build_devops0014_one_1703763628407
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
33 changes: 33 additions & 0 deletions .harness/pipelines/one-1703763620205.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
pipeline:
identifier: Build_devops0014_one_1703763628407
name: Build one
orgIdentifier: default
projectIdentifier: default_project
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github
repoName: devops0014/one
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# one
# one
#two
three i know
where r u
deveil devil
2 changes: 2 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FROM ubuntu
RUN touch file1 file2 aws
HELLO THIS IS EXTRA DATA WE ARE ADDING TO THIS FILE
ADDING SOME MORE CONTENT