github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-10.yaml (about)

     1  # this pipeline does not set a name for the plugin step
     2  
     3  kind: pipeline
     4  spec:
     5    stages:
     6    - name: say-hello
     7      spec:
     8        platform:
     9          arch: amd64
    10          os: linux
    11        runtime:
    12          spec: {}
    13          type: cloud
    14        steps:
    15        - name: Say hello
    16          spec:
    17            image: cimg/base:stable
    18            run: echo Hello, World!
    19          type: script
    20        - spec:
    21            image: plugins/slack
    22            with:
    23              channel: C05C45H2ATS
    24              template: basic_success_1
    25          type: plugin
    26      type: ci
    27  version: 1