Skip to content
代码片段 群组 项目
提交 7604353c 编辑于 作者: Marcel Amirault's avatar Marcel Amirault
浏览文件

Merge branch 'master' into 'master'

Fix CURL example command regarding pipeline trigger variables

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/127864



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Co-authored-by: default avatarwietse de vries <wietse.de.vries@randstadgroep.nl>
No related branches found
No related tags found
无相关合并请求
...@@ -140,7 +140,7 @@ The parameter is of the form `variables[key]=value`, for example: ...@@ -140,7 +140,7 @@ The parameter is of the form `variables[key]=value`, for example:
curl --request POST \ curl --request POST \
--form token=TOKEN \ --form token=TOKEN \
--form ref=main \ --form ref=main \
--form "variables[UPLOAD_TO_S3]=true" \ --form variables[UPLOAD_TO_S3]="true" \
"https://gitlab.example.com/api/v4/projects/123456/trigger/pipeline" "https://gitlab.example.com/api/v4/projects/123456/trigger/pipeline"
``` ```
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册