Parameters - 8.2.0
|
Parameter |
Short |
Value |
Multiple Use Allowed |
Description |
---|---|---|---|---|---|
1 |
|
|
|
Content type to accept for renderRequest if different than type. |
|
2 |
|
|
|
Secret access key for AWS credentials. |
|
3 |
|
|
|
Access key id for AWS credentials. |
|
4 |
a |
|
|
Requested operation to perform. Valid actions are listed at the end. |
|
5 |
|
|
|
Used in orderRepository to name the repository after which the repository will be positioned. Similarly for moveTask where it represent the name or id of the task. Similarly for moveStage where it represent the name of the stage. |
|
6 |
|
|
|
SQL to run after a successful action. Limited to specific actions at this time. |
|
7 |
|
|
|
Agent name. |
|
8 |
|
|
|
Append to existing varaibles on updateVariables. For some actions using the file parameter, append will append output to the existing file. |
|
9 |
|
|
|
Build artifact name. May be extended by a path name for locating files within an artifact representing a dirctory. |
|
10 |
|
|
|
Key used to identify a project, plan, job, deployment proejct, or environment to be assigned to a specific agent. This makes the agent dedicated to only perform builds for all assignments. Examples: XXX, XXX-DEF, XXX-DEF-JOB1, Deployment for XXX-DEF, Deployment for XXX-DEF:QA, 77857004-77955436 |
|
11 |
|
|
|
Indicate that a stage be run automatically. |
|
12 |
|
|
|
Before task name or id. |
|
13 |
|
|
|
Plan branch name normally. In the context of a repository it can reference a repository branch. |
|
14 |
|
|
|
Build key. Normally used to refer to a specific build (3 or 4 part name). However, it was also an older terminology for a plan and some action continue to accept the older terminology. Example: XXX-DEF or XXX-DEF-1 |
|
15 |
|
|
|
Capability name (label) or key. |
|
16 |
|
|
|
Comma separated list of plan keys that represent child plan dependencies. |
|
17 |
|
|
|
Clean working directory after each job completes. Use on setJobOptions. |
|
18 |
|
|
|
For run actions, this option will automatically clear an existing file on the first append requested. |
|
19 |
|
|
|
Column selection and ordering when action generates CSV output. A comma separated list of column numbers (1-based) or column names (case insensitive). Only columns provided by the selected outputFormat are available for selection. Invalid columns will be ignored. |
|
20 |
|
|
|
Comment text. |
|
21 |
|
|
|
Common parameter string added to all run actions. |
|
22 |
|
|
|
Allow overriding environment settings for connect and read timeouts on URL connections. In milliseconds, 0 means infinite. |
|
23 |
|
|
|
Continue processing even after errors are encountered for run actions. Also used for some action to ignore certain errors like not found errors on remove actions. |
|
24 |
|
|
|
Name of file to restore and persist cookies across invocations of CLI actions. Can be used to provide Data Center session affinity for actions using REST APIs. |
|
25 |
|
|
|
Copy pattern for an artifact definition. |
|
26 |
|
|
|
Credentials name or id. |
|
27 |
|
|
|
Database name is required for SQL actions. |
|
28 |
|
|
|
Format string for dates in Java SimpleDateFormat. Default for output is client date format. Default for date parsing is lenient starting with client date format and then some other standard formats based on JSON date format. |
|
29 |
|
|
|
Alternate format string for dates in Java SimpleDateFormat. Use specific (may be ignored), but normally used for date only fields to avoid longer dateFormat based output. Some uses default to yyyy-MM-dd. |
|
30 |
|
|
|
Database table needs to be created before adding rows. |
|
31 |
|
|
|
By default, lib/jdbc is used to automatically load database drivers. Otherwise you can specify a specific file or url reference for the database driver jar. Example /jdbcDrivers/postgresql-42.1.4.jar or https://jdbc.postgresql.org/download/postgresql-42.1.4.jar
|
|
32 |
|
|
|
Database user password. Defaults to password. |
|
33 |
|
|
|
Database table name when creating or updating a database from list output. |
|
34 |
|
|
|
Comma separated list of column names used to access existing rows for update. Normally this defines a primary key set for the table. |
|
35 |
|
|
|
Database user name. Defaults to user. |
|
36 |
|
|
|
Requests detail debug output. Optional for all actions. |
|
37 |
|
|
|
Deployment project name or id. |
|
38 |
|
|
|
Description for entity. |
|
39 |
|
|
|
Disable an entity for those entities like plans, stages, jobs, and tasks. |
|
40 |
|
|
|
JDBC driver class or predefined value: postgresql, mysql, mssql, oracle, or db2400. Required for SQL actions. |
|
41 |
|
|
|
Enable an entity when updating. |
|
42 |
|
|
|
Character encoding (character set) for text based file content - must be an encoding supported by your JAVA platform. |
|
43 |
|
|
|
Deployment environment name or id. |
|
44 |
|
|
|
Event alias or key. Alias values are: After X Build Failures, All Builds Completed, All Jobs Completed, Change of Build Status, Change of Job Status, Change of Responsibilities, Comment Added, Failed Builds And First Successful, Failed Jobs And First Successful, First Failed Job For Plan, Job Error, Job Hung, Job Queue Timeout, Job Queued Without Capable Agents, Notify After X Consecutive Failures, Notify on All Build Errors. Add-ons provide events identified by key. Example key: com.atlassian.bamboo.plugin.system.notifications:chainCompleted.failedChains. |
|
45 |
|
|
|
Filter out entries that are disabled. |
|
46 |
|
|
|
Filter out entries that are enabled. |
|
47 |
|
|
|
Deprecated. Not used. |
|
48 |
|
|
|
Subset to favorites. Same as favourite. |
|
49 |
|
|
|
Subset to favourites. Same as favorite. |
|
50 |
|
|
|
Use to set construct specific fields or variables using field=value syntax. The first equal sign (=) delineates the field name from it's value. This provides a more convenient and expandable way to set fields as an alternative to the fields and numbered field parameters. Values are trimmed unless single quoted and single quoted strings will have single quotes removed. |
|
51 |
|
|
|
Construct specific field or variable name. Value is specified by the value1 parameter. |
|
52 |
|
|
|
Construct specific field or variable name. Value is specified by the value2 parameter. |
|
53 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to field1 and value1 usage. |
|
54 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to field1 and value1 usage. |
|
55 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to field1 and value1 usage. |
|
56 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to field1 and value1 usage. |
|
57 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to field1 and value1 usage. |
|
58 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to field1 and value1 usage. |
|
59 |
|
|
|
Use to specify task or repository specific fields or variables and their values. A comma separated list of key:value pairs. Single quote the key:value pair if it contains a comma (,) or line breaks. |
|
60 |
f |
|
|
Path to file based content or result output. Use - for standard input. Use + for getting lines from 'input' parameters. |
|
61 |
|
|
|
Make a final task. |
|
62 |
|
|
|
Find and replace text. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be escaped. |
|
63 |
|
|
|
Find and replace text with a regular expression. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be doubled. |
|
64 |
|
|
|
Group name. In the case of addUser, a comma separated list of group names. |
|
65 |
|
|
|
Prints this help message. |
|
66 |
|
|
|
Database host server for SQL actions. Not used if url is provided. Defaults to localhost if not provided. |
|
67 |
|
|
|
Stage or task id. |
|
68 |
i |
|
|
Line of input used in place of file data. One or more input parameters are used as lines the file parameter has a special value of +. |
|
69 |
|
|
|
Comma separated list of IP addresses to restrict ability to remotely trigger builds. |
|
70 |
|
|
|
Comma separated list of Jira issue keys. |
|
71 |
|
|
|
Job key. Example: JOB1 |
|
72 |
|
|
|
Comma or blank separated list of labels. When used for filtering, any label will satify the filter condition. |
|
73 |
|
|
|
Maximum number of entries to return. |
|
74 |
|
|
|
Comma separated list of entries to populate the entry replacement variable on runFromList. Single quote values containing a delimiter. Embedded quotes must be doubled. |
|
75 |
|
|
|
Comma separated list of entries to populate the entry2 replacement variable on runFromList. Single quote values containing a delimiter. Embedded quotes must be doubled. |
|
76 |
|
|
|
Working directory relative path to a source location for an artifact definition or a destination location for an artifact dependency. |
|
77 |
|
|
|
Indicate that a stage be run manually. |
|
78 |
|
|
|
Name of entity, like plan name. |
|
79 |
|
|
|
Build number. Defaults to latest. |
|
80 |
|
|
|
Comma separated list of support, experimental, or other client or action specific options. |
|
81 |
|
|
|
Specify output format for a list actions. Output format determines what columns are retrieved for the list. More columns usually take longer to retrieve. |
|
82 |
|
|
|
CSV output can be converted to plain text or HTML based on the value of this parameter. Valid values are: text, table, html. |
|
83 |
p |
|
|
User password for remote access. This is a required parameter for most actions. |
|
84 |
|
|
|
Plan key containing the project key. Preferred way to reference a plan instead of the older build terminology. Example: XXX-DEF |
|
85 |
|
|
|
Database host port for SQL actions. Optional, defaults to database default. Not used if url is provided. |
|
86 |
|
|
|
Project key. Example: XXX |
|
87 |
|
|
|
Project name. |
|
88 |
|
|
|
Property file with database parameters, field mappings, or client specific information. |
|
89 |
|
|
|
Limit some output messages. Optional for all actions. |
|
90 |
|
|
|
Recipient value for add notifications. Many recipient types need a primary recipient value. This parameter can be used instead of setting a recipient type specific field and value. |
|
91 |
|
|
|
Recipient type alias or key. Alias values are: CLI, Committers - Users who have committed to the build, Email Address, Group, IM Address, Responsible Users, User, users who are responsible for the current failure, users who have committed to the build, users who have marked this build as their favourite, Watchers - Users who have marked this plan as their favourite. Add-ons provide recipient types are identified by key. Example key: com.atlassian.bamboo.plugins.bamboo-slcak:recipient.slack. |
|
92 |
|
|
|
Reference to a replacement key value used to remember an action specific value like issue key, entity id, or similar so it can be referenced later. Each action that allows this parameter will specify that the reference parameter is valid for the action. |
|
93 |
|
|
|
Regular expression for condition matching or list filtering. |
|
94 |
|
|
|
Replace existing entity on add, create, or similar actions. |
|
95 |
|
|
|
Name of a repository. In some cases, a comma separated list of repository names. |
|
96 |
|
|
|
Repository key that uniquely identifies the repository type. Example: com.atlassian.bamboo.plugins.atlassian-bamboo-plugin-mercurial:hg |
|
97 |
|
|
|
URL fragment for a request. |
|
98 |
|
|
|
URL request parameters or post data. |
|
99 |
|
|
|
Type of a render request like GET or POST |
|
100 |
|
|
|
Plan requirement key, either a custom key or a system capability key or name like system.builder.ant.Ant or Ant. |
|
101 |
|
|
|
Revision id or tag. |
|
102 |
|
|
|
Cron, daily time, or periodic schedule. A cron schedule must be valid cron expresssions and defaults to 0 0 0 ? * *. A daily time is a 24 hour format (HH:mm) value. A periodic schedule is a numeric value in seconds and defaults to 180. |
|
103 |
s |
|
|
Server URL. Normally the same URL used when using a browser to access the server. This is a required parameter for most actions. |
|
104 |
|
|
|
For an artifact definition, makes the artifact available for other builds. |
|
105 |
|
|
|
Simulate running actions. Log the action that would be taken. |
|
106 |
|
|
|
Ordered list of alternate characters for comma ( , ), colon ( : ), at ( @ ), quote ( ' ), and double quote ( " ) characters used for specialized processing of some specific parameters. |
|
107 |
|
|
|
SQL select statement used to generate a run script. |
|
108 |
|
|
|
Paraphrase for SSH credentials. |
|
109 |
|
|
|
Stage name. |
|
110 |
|
|
|
Comma separated list of keys that represent plans that must be successful before a build is triggered. |
|
111 |
|
|
|
Target server user password. Defaults to password parameter. |
|
112 |
|
|
|
Target server URL. Meaning is action specific. For addRepository, used to access Bitbucket Server information. |
|
113 |
|
|
|
Target server user. Defaults to user parameter. |
|
114 |
|
|
|
Task id, name, or description. Task ids are unique, but names and descriptions are not. Name and description lookup is done by finding the first match in the ordered task list. |
|
115 |
|
|
|
Task key. Example: com.atlassian.bamboo.plugins.scripttask:task.builder.script.An alias can also be used to make it easier and less error prone. See addTask for the list. |
|
116 |
|
|
|
Wait timeout in seconds. Use -1 to wait forever. |
|
117 |
|
|
|
Plan key to be created. Example: XXX-DEF |
|
118 |
|
|
|
Project key to clone to. |
|
119 |
|
|
|
Deployment environment name or id. |
|
120 |
|
|
|
Capability type like Executable, Custom, or JDK.Also requirement match type with values: exist (default), equal, match. Also, content type for renderRequest and trigger type for addTrigger. |
|
121 |
|
|
|
Action specific setting. Example: Database access url for SQL actions. Optional when host is provided. |
|
122 |
u |
|
|
User name for remote access. |
|
123 |
|
|
|
User email for user management actions. |
|
124 |
|
|
|
User name for user management actions. |
|
125 |
|
|
|
User id for user credentials and user management. |
|
126 |
|
|
|
User password for user credentials and user manaagement. |
|
127 |
|
|
|
Field value or condition value for matching. |
|
128 |
|
|
|
Value corresponding to the field1 parameter name. |
|
129 |
|
|
|
Value corresponding to the field2 parameter name. |
|
130 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to value1 and field1 usage. |
|
131 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to value1 and field1 usage. |
|
132 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to value1 and field1 usage. |
|
133 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to value1 and field1 usage. |
|
134 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to value1 and field1 usage. |
|
135 |
|
|
|
Deprecated - use multiple field parameters instead. Similar to value1 and field1 usage. |
|
136 |
|
|
|
Requests verbose output to help with problem determination. Optional for all actions. |
|
137 |
|
|
|
Version name for deployment. |
|
138 |
|
|
|
Wait for action to complete. |
Log a request with our support team.
Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.