Actions - 7.9.0
|
Action |
Description |
Required Parameters |
Optional Parameters |
Category |
Type |
---|---|---|---|---|---|---|
1 |
Add a local agent. |
Agents |
Create |
|||
2 |
Assign a project, plan, job, deployment project, or environment to a specific agent. This makes the agent dedicated to only perform builds for all assignments. If deployment or environment names are used instead of keys, type must be provided to indicate assignment represents a DEPLOYMENT_PROJECT or ENVIRONMENT. Use continue to ignore already exists error. Use --options autoAgent to automatically create a local agent if it does not already exist. |
Agent Assignments |
Create |
|||
3 |
Add an application link to another application. By default, both incoming and outgoing links are enabled and configured without impersonation (users are not shared). Use the options parameter to customize the behavior. Use '--options impersonate' to enable shared users. Other examples are '--options disableIncoming' and '--options disableOutgoing'. If another link of the same type already exists as primary, use '--options primary' to force the new link to be primary instead. |
Links |
Create |
|||
4 |
Add an artifact definition to a job. |
Artifacts |
Create |
|||
5 |
Add an artifact dependency to a job. Artifact must be a shared artifact from another job. |
|
Artifacts |
Create |
||
6 |
Add a branch to a plan. The plan branch will be disabled by default. For add, the branch parameter refers to the repository branch. An optional name for the plan branch can be specified, otherwise the repository branch name will be used. |
Branches |
Create |
|||
7 |
Add a shared or agent specific server capability. |
agent, name, value, field, fields, field1, value1, field2, value2 |
|
Create |
||
8 |
Add a comment to a build. |
number, findReplace, findReplaceRegex, input, file, encoding |
Comments |
Create |
||
9 |
Add SSH, AWS, or user based credentials. For SSH, provide a file with the SSH private key. For AWS, provide an access key and secret. |
credentials, userId or file or accessKeyId and accessKey |
|
Create |
||
10 |
Add an environment to deployment project. |
Deployment |
Create |
|||
11 |
Add a notification to a deployment environment. There are 2 parts to a notification - an event that triggers the notification and a recipient type that determines the notification protocol. There are built-in notifications and others provided by add-ons. A recipient type may have additional parameters. Generally, these can be specified by the field and values parameters. In some cases, pre-defined parameters are available. |
Deployment |
Create |
|||
12 |
Add a task to a deployment environment. |
Deployment |
Create |
|||
13 |
Add a trigger to a deployment project. Pre-defined types are: scheduled, afterSuccessfulStage, afterSuccessfulPlan, afterSuccessfulDeployment. One or more repositories can be specified for pre-defined type triggers based on repositories. Custom types can be specified with the appropriate trigger key (or alias) and all required parameters using the various field parameters. |
repository, branch, schedule, ipRestriction, triggeringEnvironment, field, fields, field1, value1, field2, value2 |
Deployment |
Create |
||
14 |
Add deployment environment variables. Use the field parameters for the variable name and the corresponding value parameters for the variable values. |
Deployment |
Create |
|||
15 |
Add a new group. |
Groups |
Create |
|||
16 |
Add a job to a stage. |
Jobs |
Create |
|||
17 |
Add a comma separated list of labels to a build or plan. |
Labels |
Create |
|||
18 |
Add a plan notification. There are 2 parts to a notification - an event that triggers the notification and a recipient type that determines the notification protocol. There are built-in notifications and others provided by add-ons. A recipient type may have additional parameters. Generally, these can be specified by the field and values parameters. In some cases, pre-defined parameters are available. |
Notifications |
Create |
|||
19 |
Add a global or plan repository. If both a name and repository are provided, the name will be used for the Bamboo name and repository will be used for the Bitbucket reposiotry. For a plan repository, you can reference a linked (global) repository. Otherwise a valid repository key or alias is required. Valid aliases are: BITBUCKET, BITBUCKET_CLOUD, BITBUCKET_SERVER, STASH, BCVS, GIT, GITHUB, MERCURIAL, PERFORCE, SUBVERSION. If the credentials parameter is provided the appropriate fields will be added automatically for GIT, Mercurial, and Bitbucket Cloud repositories. |
repository or name |
plan, repositoryKey, credentials, type, branch, continue, replace, field, fields, field1, value1, field2, value2 |
Repositories |
Create |
|
20 |
Add requirement to a plan job. |
Requirements |
Create |
|||
21 |
Add a stage to a plan. |
Stages |
Create |
|||
22 |
Add a task to a plan job. A valid task key or alias is required. Valid aliases are: ANT, ARTIFACT_DOWNLOAD, CHECKOUT, CLI_BAMBOO, CLI_BITBUCKET, CLI_CONFLUENCE, CLI_CRUCIBLE, CLI_FISHEYE, CLI_HIPCHAT, CLI_JIRA, CLI_SERVICE_DESK, CLI_UPM, GANT, GINT, GRADLE, GRADLEW, GROOVY, MAVEN2, MAVEN3, MAVEN_POM_EXTRACTOR, SCP, SQL, SCRIPT, SSH, VARIABLE_REPLACE |
disable, final, field, fields, field1, value1, field2, value2 |
Tasks |
Create |
||
23 |
Add a trigger to a plan. Pre-defined types are: polling, remote, remoteBitbucketServer, scheduled. One or more repositories can be specified for pre-defined type triggers based on repositories or custom types. Polling triggers default to all plan repositories or use repository @all. Custom types can be specified with the appropriate trigger key (or alias) and all required parameters using the various field parameters. Use of the name parameter is deprecated - description should be used instead. |
description, repository, schedule, passingPlans, ipRestriction, field, fields, field1, value1, field2, value2 |
Triggers |
Create |
||
24 |
Add a new user. User can be added to a group (or groups) using the group parameter. |
Users |
Create |
|||
25 |
Add global or plan variables. Defaults to global variables unless a plan is specified. Use the field parameters for the variable name and the corresponding value parameters for the variable values. |
|
plan, replace, findReplace, findReplaceRegex, field, fields, field1, value1, field2, value2 |
Variables |
Create |
|
26 |
Clone a plan. The disable parameter is deprecated and no longer works on Bamboo 6.4 or higher. |
Plans |
Create |
|||
27 |
Clone each plan in a project to another project. If toProject is not provided, the plans will be cloned to the same project. If the toProject does not exist, it will be created with name provided by projectName. |
|
Projects |
Create |
||
28 |
Create a deployment project for a plan. |
Deployment |
Create |
|||
29 |
Same as createPlan when plan does not exist. However, it will update an existing plan's name and description. |
Plans |
Create |
|||
30 |
Create a new plan. Provide a 2-part plan key where the first part is the project key. If the project key does not exist, it will be created with the provided project name. Use continue to ignore the request if the plan already exists. |
Plans |
Create |
|||
31 |
Bamboo 6.2 and higher. Create a new project. |
Projects |
Create |
|||
32 |
Delete a deployment project by name or id. |
Deployment |
Delete |
|||
33 |
Delete a plan. |
|
Plans |
Delete |
||
34 |
Delete project and all project plans. |
Projects |
Delete |
|||
35 |
Deploy environment. To promote (re-deploy) an existing version, use --replace. |
Deployment |
|
|||
36 |
Disable an agent. |
|
Agents |
Update |
||
37 |
Disable a job from running. Use @all for job to disable all jobs in a stage. |
Jobs |
Update |
|||
38 |
Disable a plan from running. |
|
Plans |
Update |
||
39 |
Disable all project plans. |
|
Projects |
Update |
||
40 |
Enable an agent. |
|
Agents |
Update |
||
41 |
Enable a job to run. Use @all for job to enable all jobs in a stage. |
Jobs |
Update |
|||
42 |
Enable a plan to run. |
|
Plans |
Update |
||
43 |
Enable all project plans. |
|
Projects |
Update |
||
44 |
Export a job to CLI source. |
Jobs |
Export |
|||
45 |
Export a plan to source that can be used for plan creation. Valid export types are CLI, JAVA (Bamboo 6.0 and higher). |
Plans |
Export |
|||
46 |
Get a list of assignments for agents with regex filtering on entity key or name. Specify an agent to filter by agent. Specify an assignment type to filter on type. Valid types are PROJECT, PLAN, JOB, DEPLOYMENT_PROJECT, ENVIRONMENT. |
|
Agent Assignments |
Get |
||
47 |
Get a list of agents based on regex filtering of agent names. |
|
Agents |
Get |
||
48 |
Get information for an application link identified by name or url. |
|
Links |
Get |
||
49 |
Get list of a application links with optional filtering on application type and regex filtering on the name or url. Use '--options excludeSystemLinks' to exclude system defined links. Example types: jira, confluence. |
|
type, limit, regex, outputFormat, file, append, columns, encoding |
Links |
Get |
|
50 |
Download a copy of a build artifact into a file. Uses same parameters and logic as getArtifactList for identifying build result artifacts to search. For artifacts that represent a directory (not a file), use the artifact name plus the path to the file in the artifact. |
Artifacts |
Get |
|||
51 |
Get a list of artifact definitions for a plan with regex filtering on artifact name. |
Artifacts |
Get |
|||
52 |
Get a list of build result artifacts. When the build does not include a job portion, only shared artifacts are provided. Use @all for the job parameter to get both sharted and non-shared artifacts for all plan jobs. |
Artifacts |
Get |
|||
53 |
Get information for a branch to a plan. Branch can be either the short or long name of the branch. |
Branches |
Get |
|||
54 |
Get a list of branches for a plan with regex filtering on branch name or short name. |
Branches |
Get |
|||
55 |
Get build result. |
Builds |
Get |
|||
56 |
Get a list of build results. Build results can be filtered by using fields and values. Supported fields are state, notState, started, endedBefore. For example, include only successful results by using: --field1 state --value SUCCESSFUL, or include only builds started after a specific date use: --field2 started --value2 2016-04-30 --dateFormat yyyy-MM-dd. Default limit is 25. |
labels, issues, limit, columns, file, append, encoding, field, fields, field1, value1, field2, value2 |
Builds |
Get |
||
57 |
Get a list of builds waiting in the build queue. Subset by project or build. |
|
Builds |
Get |
||
58 |
Get a list of shared or agent specific capabilities with regex filtering on capability key or name (label). Use @all for agent to get shared and agent specific capabilities. Specify --options includeUnreferenced to include unreferenced server capabilities keys known to the system. |
|
Lists |
Get |
||
59 |
Get information about this client tool. |
|
Info |
Get |
||
60 |
Get a list of comments for a build. |
Comments |
Get |
|||
61 |
Get a list of credentials based on regex filtering of credentials name. |
|
Lists |
Get |
||
62 |
Get information for a deployment project by name or id. |
|
Deployment |
Get |
||
63 |
Get a list of deployment projects based on regex filtering of project names. |
|
Deployment |
Get |
||
64 |
Get information for an environment from a deployment project by name or id. |
Deployment |
Get |
|||
65 |
Get a list of environments for a deployment project based on regex filtering of environment names. |
Deployment |
Get |
|||
66 |
Get a list of environment notifications. |
Deployment |
Get |
|||
67 |
Get a list of tasks for a deployment environments with regex filtering of task name or description. |
Deployment |
Get |
|||
68 |
Get information for a deployment environment trigger. |
Deployment |
Get |
|||
69 |
Get a list of environment triggers for a deployment environment based on regex filtering of trigger names or descriptions. |
Deployment |
Get |
|||
70 |
Get a list of deployment environment variables based on regex filtering of variable names. |
|
Deployment |
Get |
||
71 |
Get job information. |
|
Jobs |
Get |
||
72 |
Get a list of jobs for a plan with regex filtering on job key or name. Subset by stage if desired. |
Jobs |
Get |
|||
73 |
Get a list of labels for a build or plan. |
Labels |
Get |
|||
74 |
Get the number of the last completed build for this plan. |
|
Builds |
Get |
||
75 |
Get a list of plan notifications. |
Notifications |
Get |
|||
76 |
Get plan information. |
|
Plans |
Get |
||
77 |
Get a list of plans for a project with regex filtering on plan key or name. Use @all for project to get a list of plans across all projects. Advanced filtering based on state and date of the latest build for the plan is also available. See getBuildList for more information. Advanced filtering based on using a repository is also possible using --options "usingRepository=xxx". |
favorite, excludeDisabled, excludeEnabled, limit, regex, outputFormat, dateFormat, columns, file, append, encoding, field, fields, field1, value1, field2, value2 |
Plans |
Get |
||
78 |
Get a list of projects. Projects are selected based on regex filtering on project key or name. |
|
Projects |
Get |
||
79 |
Get details of a global or plan repository. |
Repositories |
Get |
|||
80 |
Get a list of global or plan repositories with regex filtering on repository name. |
|
Repositories |
Get |
||
81 |
Get information about the Bamboo server. |
|
Info |
Get |
||
82 |
Get plan stage information. |
|
Stages |
Get |
||
83 |
Get a list of stages for a plan with regex filtering on stage name. |
Stages |
Get |
|||
84 |
Get detail information on a task from a plan job. Use --task @all to give detail information on all tasks for a job. |
|
Tasks |
Get |
||
85 |
Get a list of tasks for a job with regex filtering on task name. |
Tasks |
Get |
|||
86 |
Get a list of task types available with regex filtering on type name and description. |
Tasks |
Get |
|||
87 |
Get information for a plan trigger. |
Triggers |
Get |
|||
88 |
Get a list of triggers for a job based on regex filtering of trigger names or descriptions. |
Triggers |
Get |
|||
89 |
Get list of a users with regex filtering on the userId or name. |
|
Users |
Get |
||
90 |
Get a list of global or plan variables based on regex filtering of variable names. The optional reference parameter can be used to set a CLI replacement variable for each variable with name prefixed by the reference parameter. Use 'bamboo.' to make references look similar to how bamboo variables are used. |
|
Variables |
Get |
||
91 |
Move one or more plans from one project to another project (existing or new). Specifying a plan will move that plan. If plan is not specified, plans from the source project, with filtering like for getPlanList, will be moved. Plan key and name can be changed on the move by specifying toPlan and name respectively. When toPlan or name are provided for multiple plan moves, they must contain @plan@ or @planName@ replacement variables. Consider pausing the server to prevent activity during a move using the pauseServer action or specifying --options pause to have the action automatically pause the server and resume after the end of the operation. |
Plans |
|
|||
92 |
Change the position of a stage in a plan to be after another stage or, by default, to the top. |
Stages |
|
|||
93 |
Move a task to before or after another task. Use final to make a task final. Final tasks must follow all non final tasks. If neither before or after are specified, the task will be moved to the last position respecting the final parameter. |
Tasks |
|
|||
94 |
Order repository in the list of repositories for a plan. Defaults to move the repository to the top to make it the default repository. Otherwise specify the after respository name. |
Repositories |
|
|||
95 |
Pause the server to prevent builds from starting. |
|
|
Server |
Stop |
|
96 |
Queue a build to run. If a build number is provided (number parameter or 3 part build key), an existing failed or incomplete build can be restarted. If wait is specified, the action will not complete until the queued build completes or the timeout period elapses. The action will fail if the build fails unless continue parameter is used to ignore a failed result. A specific revision can be built if the revision parameter is specified. Plan variables can be set using the field and value parameters. Conditional queueing is supported - see the documentation for details. |
branch, revision, number, wait, continue, timeout, dateFormat, field, fields, field1, value1, field2, value2 |
Builds |
|
||
97 |
Queue multiple builds to run and wait for results. The action will not complete until all queued builds complete or times out. If continue is specified, builds will continue to be queued even after an attempt to queue a build fails. The action will fail if any build fails or times out. Conditional queueing is supported - see the documentation for details. |
regex, limit, continue, timeout, dateFormat, field, fields, field1, value1, field2, value2 |
Builds |
|
||
98 |
Remove an agent. |
Agents |
Delete |
|||
99 |
Remove an assignment from a specific agent. Use continue to ignore not found error. |
Agent Assignments |
Delete |
|||
100 |
Remove an application link identified by name or url. |
Links |
Delete |
|||
101 |
Remove an artifact definition from a job. |
|
Artifacts |
Delete |
||
102 |
Removes a branch from a plan. Use --branch @all to remove all branches from a plan. |
|
Branches |
Delete |
||
103 |
Remove history for specific build. |
Builds |
Delete |
|||
104 |
Remove a shared or agent specific server capability identified by key (label) or unique name. |
|
Delete |
|||
105 |
Remove credentials by name or id. |
|
Delete |
|||
106 |
Remove an environment from a deployment project by name or id. |
Deployment |
Delete |
|||
107 |
Remove deployment environment notification. Use id of -1 to remove all notifications for an environment. If an id is not provided, all notifications found matching the event and recipientType will be removed. |
deploymentProject, environment, id or event and recipientType |
Deployment |
Delete |
||
108 |
Remove a task from a deployment environment. |
|
Deployment |
Delete |
||
109 |
Remove a trigger from a deployment environment. Use --id -1 or --name @all to remove all triggers. Administrator permission required to use a name and only the first trigger with the given name will be removed. |
Deployment |
Delete |
|||
110 |
Remove deployment environment variables. Specify the variable names using the field parameters. |
Deployment |
Delete |
|||
111 |
Remove a group. |
Groups |
Delete |
|||
112 |
Remove a job from a plan. |
Jobs |
Delete |
|||
113 |
Remove labels from a build or plan. Labels can be a comma separated list or regex. |
Labels |
Delete |
|||
114 |
Remove a plan notification. Use id of -1 to remove all notifications for a plan. If an id is not provided, all notifications found matching the event and recipientType will be removed. |
plan, id or event and recipientType |
Notifications |
Delete |
||
115 |
Remove global or plan repository. Use @all to remove all repositories. When removing a single plan repository, you can replace references with another repository defined for the plan by using --options "replaceRepository=XXX". |
repository or id |
Repositories |
Delete |
||
116 |
Remove a plan requirement. |
|
Requirements |
Delete |
||
117 |
Remove a stage from a plan. Use --stage @all to remove all stages. Use continue to ignore not found errors. |
Stages |
Delete |
|||
118 |
Remove a task from a plan job. Use --task @all to remove all tasks. |
|
Tasks |
Delete |
||
119 |
Remove a trigger from a plan. Use --id -1 or --name @all to remove all triggers. Administrator permission required to use a name and only the first trigger with the given name will be removed. |
Triggers |
Delete |
|||
120 |
Remove a user. |
Users |
Delete |
|||
121 |
Remove global or plan variables. Specify the variable names using the field parameters. |
|
Variables |
Delete |
||
122 |
Render url based request. The response data modified by findReplace processing is returned. |
requestParameters, requestType, type, acceptType, build, file, encoding, findReplace, findReplaceRegex |
Render |
Get |
||
123 |
Restart a build that failed or was stopped. Use continue to ignore errors finding a build to restart or failed results. |
Builds |
|
|||
124 |
Only useful in the context of a run script replacing an existing plan with createPlan. This will attempt to add agent assignments saved during createPlan and that are still valid. |
|
Agent Assignments |
Import |
||
125 |
Resume server to allow builds to be started. |
|
|
Server |
Start |
|
126 |
Run actions from a file or standard input. |
common, continue, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex |
Run |
Run |
||
127 |
Run actions for each agent assignment with filtering like getAgentAssignment. |
|
agent, type, limit, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Agent Assignments |
Run |
|
128 |
Run actions for each agent with regex filtering on agent name. |
|
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Agents |
Run |
|
129 |
Run actions for each build with filtering like getBuildList. |
labels, issues, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Builds |
Run |
||
130 |
Run actions for each capability with regex filtering like getCapabilityList. |
|
agent, limit, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Run |
Run |
|
131 |
Run actions generated from a CSV file. |
common, input, propertyFile, continue, quiet, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex |
CSV |
Run |
||
132 |
Run actions for each deployment project with regex filtering on deployment project name. |
|
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Deployment |
Run |
|
133 |
Run actions for each environment defined for a deployment project with regex filtering on environment name. |
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Deployment |
Run |
||
134 |
Run actions for each environment trigger defined for a deployment environment with regex filtering on trigger name or description. |
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Deployment |
Run |
||
135 |
Run actions for each job with regex filtering on job key or name. Restrict to a specific stage or leave stage blank to get jobs across all stages. |
stage, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Jobs |
Run |
||
136 |
Run actions for each entry in a list. When file is provided, each action in the file augmented by the common parameter will be run for each entry. Otherwise, just the action specified by the common parameter will be run. |
list2, input, file, common, continue, quiet, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex |
Run |
Run |
||
137 |
Run actions for each plan with regex filtering on plan key or name. Use @all for project to get a list of plans across all projects. See getPlanList for all filtering capabilities. |
favorite, excludeDisabled, excludeEnabled, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Plans |
Run |
||
138 |
Run actions for each project with regex filtering on project key or name. |
|
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Projects |
Run |
|
139 |
Run actions for each repository with regex filtering on repository name. |
|
plan, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Repositories |
Run |
|
140 |
Run actions generated by SQL provided by the sql parameter, a file, or standard input |
common, driver, database, host, port, url, dbUser, dbPassword, input, propertyFile, continue, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex |
SQL |
Run |
||
141 |
Run actions for each stage with regex filtering on stage name. |
stage, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Stages |
Run |
||
142 |
Run actions for each task in a job with regex filtering like getTaskList. |
limit, regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Tasks |
Run |
||
143 |
Run actions for each plan trigger with regex filtering on trigger name or description. |
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Triggers |
Run |
||
144 |
Run actions for each user with regex filtering the same as getUserList. |
|
regex, common, continue, simulate, clearFileBeforeAppend, input, file, encoding, findReplace, findReplaceRegex |
Users |
Run |
|
145 |
Run actions only if a regex based condition is met. Other parameters and behavior are the same as the run action. By default the regex is used as a find operation in the value. Options parameter can be set to one or more of the following to modify the default behavior: literal - to treat the regex string as a literal string, exact - to require an exact match of the value, negative - to reverse the condition so a match means do NOT run action. |
common, continue, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex |
Run |
Run |
||
146 |
Set child dependencies and other related options. |
Options |
Update |
|||
147 |
Set the plan as a favorite. |
|
Plans |
Update |
||
148 |
Set miscellaneous option for a job. The following options are specifically supported: clean working directory after job completes (cleanAfter switch) and pattern matching labeling (regex and labels parameters). Use the field and value parameters for additional settings with values determined from the screen. Some previous settings may be lost if not specifically requested. |
Jobs |
Update |
|||
149 |
Request to stop a queued or running build. Use continue to ignore errors finding a build to stop or failed results. The wait parameter will cause processing to wait for completion or timeout before returning. |
Builds |
|
|||
150 |
Experimental. Test a global or plan repository configuration to see if a successful connection can be made. Bamboo 5.15 or higher for Bitbucket, GIT, and Mercurial repositories using shared credentials only. |
Repositories |
|
|||
151 |
Remove the plan from the favorite list. |
|
Plans |
|
||
152 |
Update a capabilities value. |
|
Update |
|||
153 |
Update existing credentials. Credentials can be renamed by providing a name. |
name, userId, file, input, accessKeyId, userPassword, sshParaphrase, accessKey |
|
Update |
||
154 |
Update existing deployment environment variables. Use the field parameters for the variable name and the corresponding value parameters for the variable values. Use append to add text to an existing variable. |
Deployment |
Update |
|||
155 |
Update a plan's name or description. Provide a 2-part plan key where the first part is the project key. Variable @planName@ can be used in the name or description parameter to substitution the current plan name. |
Plans |
Update |
|||
156 |
Update a global or plan repository. Be careful to provide all the parameters needed for the repository definition just like on addRepository. If the credentials parameter is provided the appropriate fields will be added automatically for GIT, Mercurial, and Bitbucket Cloud repositories. |
repository or id |
plan, name, credentials, field, fields, field1, value1, field2, value2 |
Repositories |
Update |
|
157 |
Update a plan requirement. |
Requirements |
Update |
|||
158 |
Update stage details. |
Stages |
Update |
|||
159 |
Update a task in a plan job. You must provide the same parameters as if you were creating the task. |
enable, disable, field, fields, field1, value1, field2, value2 |
Tasks |
Update |
||
160 |
Update existing global or plan variables. Defaults to global variables unless a plan is specified. Use the field parameters for the variable name and the corresponding value parameters for the variable values. Use append to add text to an existing variable. |
|
plan, append, findReplace, findReplaceRegex, field, fields, field1, value1, field2, value2 |
Variables |
Update |
|
161 |
Validates the CLI Connector is enabled and licensed on the server. |
|
|
Misc |
Check |
|
162 |
Verify build was successful. Throws exception if not successful. |
Builds |
|
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.