reg-publish-bitrise-plugin
v0.4.1
Published
Fetch and publish snapshot images to Bitrise.
Downloads
14
Readme
reg-publish-bitrise-plugin
reg-suit plugin to fetch and publish snapshot images to Bitrise.
Install
npm i reg-publish-bitrise-plugin -D
reg-suit prepare -p publish-bitrise
Requirements
To use this plugin, you need to create an bitrise API token.
Configure
{
apiKey: string;
basePath?: string;
appSlug?: string;
successOnly?: boolean;
artifactName?: string;
}
apiKey
- Required - The API key for authenticating requests to the Bitrise API.basePath
- Optional - The base path of the Bitrise API. Defaults to "https://api.bitrise.io/v0.1".appSlug
- Required - Bitrise application slug. Default ${BITRISE_APP_SLUG}.successOnly
- Optional - A flag indicating whether to retrieve only successful builds. Defaultstrue
.artifactName
- Optional - Specify artifact file name. Defaultsartifact
.
Limitations
- reg-keygen-git-hash-plugin is required as a plugin.
- steps-deploy-to-bitrise-io after the report in the bitrise workflow.