Skip to content

Commit 77d6817

Browse files
Merge pull request circleci#6549 from olukotun-ts/params-ui
Add section for triggering pipelines with parameters using the UI
2 parents 59ee7c0 + f62dcf0 commit 77d6817

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

jekyll/_cci2/pipeline-variables.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,21 @@ curl -u ${CIRCLECI_TOKEN}: -X POST --header "Content-Type: application/json" -d
105105
}' https://circleci.com/api/v2/project/:project_slug/pipeline
106106
```
107107

108+
### Passing parameters when triggering pipelines using the CircleCI web app
109+
{: #passing-parameters-when-triggering-pipelines-using-the-circleci-web-app }
110+
111+
In addition to using the CLI and API, you can also trigger a pipeline with parameters from the CircleCI web app. To do this:
112+
113+
1. Navigate to the dashboard view in the web app.
114+
2. Use the project filter to select the desired project.
115+
3. Use the branch filter to select the branch on which you want to run the new pipeline.
116+
4. Click the **Trigger Pipeline** button (towards the top right corner of the page).
117+
5. Use the **Add Parameters** dropdown to specify the type, name, and value of your desired parameters.
118+
6. Click **Trigger Pipeline**.
119+
120+
**NOTE:** If you pass a parameter when triggering a pipeline from the web app, and the parameter has not been declared in the configuration file, the pipeline will fail with the error `Unexpected argument(s)`)
121+
122+
108123
## The scope of pipeline parameters
109124
{: #the-scope-of-pipeline-parameters }
110125

0 commit comments

Comments
 (0)