Skip to content

Commit a675318

Browse files
breeldoj-dunhammattpollardethanis
authored
Add a Bamboo Server version requirement to the Github Actions Importer docs (github#38885)
Co-authored-by: j-dunham <jmdunham20@gmail.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Ethan Dennis <ethanis@github.com>
1 parent a97cd2d commit a675318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The instructions below will guide you through configuring your environment to us
2929
### Prerequisites
3030

3131
- A Bamboo account or organization with projects and pipelines that you want to convert to {% data variables.product.prodname_actions %} workflows.
32+
- Bamboo version of 7.1.1 or greater.
3233
- Access to create a Bamboo {% data variables.product.pat_generic %} for your account or organization.
3334
{% data reusables.actions.actions-importer-prerequisites %}
3435

@@ -47,6 +48,7 @@ There are some limitations when migrating from Bamboo to {% data variables.produ
4748
- Pattern match labeling is not transformed because there is no equivalent in {% data variables.product.prodname_actions %}.
4849
- All artifacts are transformed into an `actions/upload-artifact`, regardless of whether they are `shared` or not, so they can be downloaded from any job in the workflow.
4950
- Permissions are not transformed because there is no suitable equivalent in {% data variables.product.prodname_actions %}.
51+
- {% data variables.product.prodname_actions_importer %} supports Bamboo version between 7.1.1 and 8.1.1, however, project and plan variables will not be migrated.
5052

5153
#### Manual tasks
5254

@@ -96,7 +98,7 @@ The `configure` CLI command is used to set required credentials and options for
9698
An example of the `configure` command is shown below:
9799

98100
```shell
99-
$ gh actions-importer configure
101+
$ gh actions-importer configure
100102
✔ Which CI providers are you configuring?: Bamboo
101103
Enter the following values (leave empty to omit):
102104
✔ {% data variables.product.pat_generic_caps %} for GitHub: ***************

0 commit comments

Comments
 (0)