Skip to content

Commit f2907e9

Browse files
authored
Merge pull request #182 from drone-plugins/CI-15946
Create pipeline drone-github-release-harness
2 parents ccfc07d + 3eb2a3a commit f2907e9

File tree

4 files changed

+447
-0
lines changed

4 files changed

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

0 commit comments

Comments
 (0)