We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eee78 commit 2d2e49dCopy full SHA for 2d2e49d
docs/bitbucket.rst
@@ -434,6 +434,9 @@ Pipelines management
434
# Trigger specific Pipeline on a specific revision of the master branch
435
r.pipelines.trigger(revision="<40-char hash>", name="style-check")
436
437
+ # Trigger specific Pipeline of the master branch with specific variables
438
+ r.pipelines.trigger(name="style-check", variables=[{ "key": "var-name", "value": "var-value" }])
439
+
440
# Get specific Pipeline by UUID
441
pl = r.pipelines.get("{7d6c327d-6336-4721-bfeb-c24caf25045c}")
442
0 commit comments