Use this action to trigger a workflow in CircleCI, a cloud-based CI/CD platform.
All CloudBees action repositories are listed at CloudBees, Inc. on GitHub. |
Inputs
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
No |
The CircleCI server URL.
If not specified, uses |
|
String |
Yes |
The CircleCI token. |
|
String |
Yes |
The CircleCI source code management system used.
Supported are GitHub ( |
|
String |
Yes |
The CircleCI organization name. |
|
String |
Yes |
The CircleCI repository name. |
|
String |
Yes |
The CircleCI branch name. |
|
String |
Yes |
The CircleCI workflow name. |
|
String |
No |
Specifies the test type for generating a job test report.
Supported test types are JUnit ( |
|
String |
No |
Specifies the test report file location.
Accepts pattern matching, such as |
|
JSON |
No |
Any additional parameters, formatted as JSON data in key/value pairs. |