Skip to content

Commit 278a072

Browse files
Create pipeline drone-s3-harness (#185)
* Create pipeline drone-s3-harness * Create inputset event-PR * Create inputset event-Push * Create inputset event-Tag --------- Co-authored-by: Archit Mallik <[email protected]>
1 parent c4d8a19 commit 278a072

File tree

4 files changed

+468
-0
lines changed

4 files changed

+468
-0
lines changed

.harness/eventPR.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
inputSet:
2+
name: event-PR
3+
identifier: eventPR
4+
orgIdentifier: default
5+
projectIdentifier: Drone_Plugins
6+
pipeline:
7+
identifier: drones3harness
8+
properties:
9+
ci:
10+
codebase:
11+
build:
12+
type: PR
13+
spec:
14+
number: <+trigger.prNumber>

.harness/eventPush.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
inputSet:
2+
name: event-Push
3+
identifier: eventPush
4+
orgIdentifier: default
5+
projectIdentifier: Drone_Plugins
6+
pipeline:
7+
identifier: drones3harness
8+
properties:
9+
ci:
10+
codebase:
11+
build:
12+
type: branch
13+
spec:
14+
branch: <+trigger.branch>

.harness/eventTag.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
inputSet:
2+
name: event-Tag
3+
identifier: eventTag
4+
orgIdentifier: default
5+
projectIdentifier: Drone_Plugins
6+
pipeline:
7+
identifier: drones3harness
8+
properties:
9+
ci:
10+
codebase:
11+
build:
12+
type: tag
13+
spec:
14+
tag: <+trigger.tag>

0 commit comments

Comments
 (0)