github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/steps/example16.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: build
     5      spec:
     6        steps:
     7        - name: Alert everyone!
     8          spec:
     9            image: atlassian/opsgenie-send-alert:latest
    10            with:
    11              GENIE_KEY: $GENIE_KEY
    12              MESSAGE: Wake up!
    13          type: plugin
    14        - name: Alert everyone!1
    15          spec:
    16            image: atlassian/slack-notify:latest
    17            with:
    18              MESSAGE: We have a problem!
    19              PRETEXT: Alert Everyone!
    20              WEBHOOK_URL: $SLACK_WEBHOOK
    21          type: plugin
    22      type: ci
    23  version: 1