Slack slash commands
To configure the integration, go to the pipeline, click on the burger menu (3 dots) and select Slack commands
:
Image loading...
A window will open with the pipeline URL required to configure the slash commands:
Image loading...
Slash commands
Hint
For detailed setup instructions on how to configure slash commands in Slack, see the Slack slash commands setup guide.
Once configured, you can run the following commands from your Slack channel:
Action | Command |
---|---|
Get pipeline status | /[name] status |
Cancel pipeline run (must be in progress) | /[name] cancel |
Run deployment | /[name] run |
Deploy from scratch | /[name] refresh |
Deploy and refresh can be used with any commit | /[name] refresh 1c002dd |
Run deployment again (must be canceled) | /[name] retry |
Deploy and refresh can be used with clear cache | /[name] clear run |
Clear and commit can be run together | /[name] clear run 1c002dd |
Run pipline in environment context | /[name] run environment=production |
Approve a waiting pipeline | /[name] approve |
Pass params to the waiting pipeline: | /[name] params a=b c="some text" * |
*[name]
is the name of the command that you entered in Slack.
For wildcard pipelines, you can send the branches, tags or pull requests:
/[name] clear run tag=1.1
/[name] clear run branch=dev
/[name] clear run pullRequest=feature-update
Last modified on Oct 2, 2025