Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-22 15:10:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-22 15:10:55 +0300
commita27c21b5af4f60ff11706f85289065272c616a0c (patch)
tree73ac1a10bfe1bd6a4c486f58fb663b262580627b /doc/ci/chatops
parent0b54de365bc766260093c9584c7470aff96d14fd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/chatops')
-rw-r--r--doc/ci/chatops/index.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/ci/chatops/index.md b/doc/ci/chatops/index.md
index 7be12d0c0fd..09f2758113f 100644
--- a/doc/ci/chatops/index.md
+++ b/doc/ci/chatops/index.md
@@ -49,18 +49,20 @@ When the job runs:
## Run a CI/CD job
-You can run a CI/CD job from chat with the `/project-name run`
-[slash command](../../integration/slash_commands.md).
-
-Prerequisites:
+Prerequisite:
- You must have at least the Developer role for the project.
-To run a CI/CD job:
+You can run a CI/CD job on the default branch from chat. To run a CI/CD job:
+
+- In the chat client, enter `/<project-name> run <job name> <arguments>` where:
-- In the chat client, enter `/project-name run <job name> <arguments>`.
+ - `<project-name>` is the name of the project.
+ - `<job name>` is the name of the CI/CD job to run.
+ - `<arguments>` is the arguments to pass to the CI/CD job.
ChatOps schedules a pipeline that contains only the specified job.
+Other [slash commands](../../user/project/integrations/gitlab_slack_application.md#slash-commands) are also available.
### Exclude a job from ChatOps