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

     1  pipelines:
     2    default:
     3      - stage:
     4          name: Build and test
     5          steps:
     6            - step:
     7                name: Build app
     8                script:
     9                  - sh ./build-app.sh
    10            - step:
    11                name: Run unit tests
    12                script:
    13                  - sh ./run-tests.sh
    14      - step:
    15          script:
    16            - pipe: atlassian/slack-notify:latest
    17              name: Send a message to Slack
    18              variables:
    19                WEBHOOK_URL: $SLACK_WEBHOOK
    20                PRETEXT: "Hello, Slack!"
    21                MESSAGE: "Hello, Slack!!"