mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 10:15:30 +08:00
57234fcfd0
* Update pipeline drone-docker-harness * Update pipeline drone-docker-harness * Update pipeline drone-docker-harness: Add matrix strategy at step level. * Update inputset event-Push * Update inputset event-Tag * Update inputset event-PR --------- Co-authored-by: ompragash.viswanathan@harness.io <ompragash.viswanathan@harness.io> Co-authored-by: Devansh Mathur <devanshmathur@harness.io>
16 lines
309 B
YAML
16 lines
309 B
YAML
inputSet:
|
|
name: event-PR
|
|
tags: {}
|
|
identifier: eventPR
|
|
orgIdentifier: default
|
|
projectIdentifier: Drone_Plugins
|
|
pipeline:
|
|
identifier: dronedockerharness
|
|
properties:
|
|
ci:
|
|
codebase:
|
|
build:
|
|
type: PR
|
|
spec:
|
|
number: <+trigger.prNumber>
|