Skip to content

Commit 0ebd65a

Browse files
authored
Merge pull request #365 from drone-plugins/CI-15946
Create pipeline drone-github-release-download-harness
2 parents 9c2a155 + 3102118 commit 0ebd65a

File tree

4 files changed

+537
-0
lines changed

4 files changed

+537
-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: dronegithubreleasedownloadharness
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: dronegithubreleasedownloadharness
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: dronegithubreleasedownloadharness
8+
properties:
9+
ci:
10+
codebase:
11+
build:
12+
type: tag
13+
spec:
14+
tag: <+trigger.tag>

0 commit comments

Comments
 (0)