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 2d2e49d commit 119cc21Copy full SHA for 119cc21
.gitignore
@@ -118,4 +118,7 @@ venv_/
118
*.secret
119
.secrets/
120
#visual studio code
121
-.vscode
+.vscode
122
+
123
+Pipfile
124
+Pipfile.lock
docs/bitbucket.rst
@@ -434,7 +434,7 @@ 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
+ # 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
0 commit comments