The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Fabric Beta Publisher

fabric: Upload .apk to Fabric Beta

  • apiKey
    Fabric API key can be found here under your account.
    • Type: String
  • buildSecret
    Fabric build secret can be found here under your account.
    • Type: String
  • releaseNotesType
    • Type: String
  • notifyTestersType
    • Type: String
  • releaseNotesParameter
    • Type: String
  • releaseNotesFile
    • Type: String
  • apkPath
    File path relative to the workspace (e.g. "app/build/outputs/apk/app-debug.apk").
    If multiple file paths are specified (delimited by a comma), then all .apk files will be uploaded.
    • Type: String
  • testersEmails
    • Type: String
  • testersGroup
    • Type: String
  • organization
    Fabric Organization is necessary if you want the plugin to output links for your builds (they look like https://fabric.io/{organization}/android/apps/{package}/beta/releases/{id} as well as set environment variable FABRIC_BETA_BUILD_URL (FABRIC_BETA_BUILD_URL_n if there are multiple APKs). Leave the field empty if you don't need this.
    • Type: String
  • useAntStyleInclude
    Interprets the apk path as ant-style include pattern (i.e. supporting glob patterns like * and **) relative to the workspace.
    • Type: boolean

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.