Skip to content

Commit e98dea5

Browse files
C
1 parent c85d444 commit e98dea5

File tree

4 files changed

+27
-34
lines changed

4 files changed

+27
-34
lines changed

.harness/inputset1.yaml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
inputSet:
2-
identifier: "inputset1"
3-
name: "inputset1"
2+
identifier: "InputSet1"
3+
name: "InputSet1"
44
orgIdentifier: "default"
5-
projectIdentifier: "RajathaQA"
5+
projectIdentifier: "RajathaDemo"
66
pipeline:
7-
identifier: "TNHUREMOTE2"
8-
properties:
9-
ci:
10-
codebase:
11-
build:
12-
type: "branch"
13-
spec:
14-
branch: "<+trigger.branch>"
15-
stages:
16-
- stage:
17-
identifier: "Build"
18-
type: "CI"
19-
spec:
20-
infrastructure:
21-
type: "KubernetesDirect"
22-
spec:
23-
connectorRef: "account.klkl"
7+
identifier: "TestPipeLineWithInputSet"
8+
variables:
9+
- name: "MAGIC"
10+
type: "String"
11+
value: "MAGIN_INPUTSET_712pm"

.harness/overlayInputSet.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
overlayInputSet:
2-
name: overlayInputSet
3-
identifier: overlayInputSet
4-
orgIdentifier: default
5-
projectIdentifier: RajathaTest2
6-
pipelineIdentifier: GitCloneIssue
7-
inputSetReferences:
8-
- EnvInputSet
9-
- MainBranch
10-
tags: {}
2+
name: OverlayInputSet
3+
identifier: OverlayInputSet
4+
orgIdentifier: default
5+
projectIdentifier: RajathaTest3
6+
pipelineIdentifier: TestGitExp
7+
inputSetReferences:
8+
- InputsetPart1
9+
- InputsetGitexp
10+
tags: {}

drone-git

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 073b9e55d614ee0c182359a61ab43e38846c233a

exp/.harness/testconnector.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
connector:
2-
name: testconnector
3-
identifier: testconnector
4-
description:
2+
name: TestConnector
3+
identifier: TestConnector
4+
description: ""
55
orgIdentifier: default
66
projectIdentifier: RajathaTest2
77
type: Github
88
spec:
9-
url: https://github.com/harness/harness-core
9+
url: https://github.com/rajatharanganath/testgo
1010
authentication:
1111
type: Http
1212
spec:
1313
type: UsernameToken
1414
spec:
15-
username: rajatha
15+
username: rajatharanganath
1616
tokenRef: rajatharanganath
17+
apiAccess:
18+
type: Token
19+
spec:
20+
tokenRef: rajatharanganath
1721
executeOnDelegate: false
1822
type: Repo

0 commit comments

Comments
 (0)