Files
backstage/.changeset/shiny-students-approve.md
T
Patrick Jungermann 8d5a2238a9 feat: split publish:bitbucket scaffolder action for Bitbucket Cloud/Server
Split the `publish:bitbucket` scaffolder action into `publish:bitbucketCloud`
and `publish:bitbucketServer`.

Both replacements use `integrations.bitbucketCloud` or `integrations.bitbucketServer`
respectively.

Relates-to: #9923
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-04-19 19:20:56 +02:00

1.0 KiB

@backstage/plugin-scaffolder-backend
@backstage/plugin-scaffolder-backend
minor

Split publish:bitbucket into publish:bitbucketCloud and publish:bitbucketServer.

In order to migrate from the deprecated action, you need to replace the use of action publish:bitbucket in your templates with the use of either publish:bitbucketCloud or publish:bitbucketServer - depending on which destination SCM provider you use.

Additionally, these actions will not utilize integrations.bitbucket anymore, but integrations.bitbucketCloud or integrations.bitbucketServer respectively. You may or may not have migrated to these already.

As described in a previous changeset, using these two replacement integrations configs will not compromise use cases which still rely on integrations.bitbucket as this was set up in a backwards compatible way.

Additionally, please mind that the option enableLFS is only available (and always was) for Bitbucket Server use cases and therefore, is not even part of the schema for publish:bitbucketCloud anymore.