Skip to content
Eduardo Cabral edited this page Feb 17, 2022 · 2 revisions

To facilitate the development flow, this bot was created to interact directly through Slack to perform staging deployments. The way it works is by commands:

/pipelines Command that shows all pipelines in the organization where the bot is configured.

/runs application_name size Command that shows the last N runs of a given application.

Variables:

  • application_name: name of the pipeline that appears in the /pipelines command
  • size: amount of runs to be displayed

/deploy application_name branch_name X.Y.Z Command that creates a build in a pipeline based on a specific branch by sending the tag as a parameter.

Variables:

  • application_name: name of the pipeline that appears in the /pipelines command
  • branch_name: name of the git branch to be deployed.
  • X.Y.Z: semantic versioning of the tag to be deployed in staging.
Clone this wiki locally