1.2.3 • Published 6 years ago

mozaik-ext-bitrise v1.2.3

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Mozaïk bitrise widgets

License Travis CI NPM version widget count

Bitrise Client Configuration

In order to use the Mozaïk bitrise widgets, you must configure its client.

parameters

keyenv keyrequireddescription
tokenBITRISE_API_TOKENyesThe Bitrise API Token

usage

{
  //…
  api: {
    bitrise: {
        token: 'token'
    }
  }
}

Widgets

Bitrise Build history

bitrise build history

Display bitrise repo build history

parameters

keyrequireddescription
slugyesapp slug
limitnoLimit the fetched builds

usage

{
  type: 'bitrise.build_history',
  slug: '<app slug>',
  limit: 10,
  columns: 1, rows: 1, x: 0, y: 0
}

Bitrise Single build status

bitrise.single_build_status

Display the build status of a single build.

parameters

keyrequireddescription
slugyesapp slug
workflowyesworkflow id
titlenoAn optional title

usage

{
    type: 'bitrise.single_build_status',
    title: 'An optional title',
    slug: '<app slug>',
    workflow: '<workflow id>',
    columns: 1, rows: 1, x: 0, y: 0
}
1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago