0.1.62 • Published 18 days ago

@backstage/plugin-bitrise v0.1.62

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
18 days ago

Bitrise

Welcome to the Bitrise plugin!

  • View recent Bitrise Builds for a Bitrise application
  • Download build artifacts

Installation

$ yarn add @backstage/plugin-bitrise

Then make sure to export the plugin in your app's plugins.ts to enable the plugin:

export { bitrisePlugin } from '@backstage/plugin-bitrise';

Bitrise Plugin exposes an "Entity Tab Content" component EntityBitriseContent. You can include it in the EntityPage.tsx`:

// At the top imports
import { EntityBitriseContent } from '@backstage/plugin-bitrise';

// Inside `WebsiteEntityPage` component
<EntityPageLayout.Content
  path="/bitrise"
  title="Bitrise"
  element={
    <Grid container spacing={3}>
      <Grid item xs={12}>
        <EntityBitrisePage />
      </Grid>
    </Grid>
  }
/>;

Now your plugin should be visible in the entity page, however in a state with a missing bitrise.io/app annotation.

Add the annotation to your component catalog-info.yaml as shown in the highlighted example below:

metadata:
  annotations:
    bitrise.io/app: '<THE NAME OF THE BITRISE APP>'

The plugin requires to configure a Bitrise API proxy with a BITRISE_AUTH_TOKEN for authentication in the app-config.yaml:

proxy:
  '/bitrise':
    target: 'https://api.bitrise.io/v0.1'
    allowedMethods: ['GET']
    headers:
      Authorization:
        $env: BITRISE_AUTH_TOKEN

Learn on https://devcenter.bitrise.io/api/authentication how to create a new Bitrise token.

0.1.62

20 days ago

0.1.61

23 days ago

0.1.61-next.1

1 month ago

0.1.61-next.0

1 month ago

0.1.60

1 month ago

0.1.59

2 months ago

0.1.58

2 months ago

0.1.58-next.2

2 months ago

0.1.58-next.1

2 months ago

0.1.58-next.0

2 months ago

0.1.57

3 months ago

0.1.57-next.3

3 months ago

0.1.57-next.2

3 months ago

0.1.57-next.1

3 months ago

0.1.57-next.0

4 months ago

0.1.56

4 months ago

0.1.56-next.2

4 months ago

0.1.56-next.1

4 months ago

0.1.56-next.0

5 months ago

0.1.55

5 months ago

0.1.55-next.3

5 months ago

0.1.55-next.2

5 months ago

0.1.55-next.1

5 months ago

0.1.51-next.1

8 months ago

0.1.51-next.2

8 months ago

0.1.51-next.3

8 months ago

0.1.52-next.2

7 months ago

0.1.52-next.1

7 months ago

0.1.52-next.0

8 months ago

0.1.53-next.1

6 months ago

0.1.53-next.2

6 months ago

0.1.53-next.0

7 months ago

0.1.48-next.2

9 months ago

0.1.48-next.1

9 months ago

0.1.48-next.0

10 months ago

0.1.52

7 months ago

0.1.53

6 months ago

0.1.54

6 months ago

0.1.47-next.2

10 months ago

0.1.47-next.1

10 months ago

0.1.50

9 months ago

0.1.51

8 months ago

0.1.49

9 months ago

0.1.50-next.0

9 months ago

0.1.47

10 months ago

0.1.48

9 months ago

0.1.55-next.0

6 months ago

0.1.46-next.3

11 months ago

0.1.46-next.2

11 months ago

0.1.47-next.0

11 months ago

0.1.46

11 months ago

0.1.46-next.1

12 months ago

0.1.46-next.0

12 months ago

0.1.45-next.1

1 year ago

0.1.45-next.2

1 year ago

0.1.45

12 months ago

0.1.45-next.0

1 year ago

0.1.44

1 year ago

0.1.44-next.3

1 year ago

0.1.43-next.2

1 year ago

0.1.43-next.0

1 year ago

0.1.43-next.1

1 year ago

0.1.42

1 year ago

0.1.43

1 year ago

0.1.44-next.0

1 year ago

0.1.44-next.2

1 year ago

0.1.44-next.1

1 year ago

0.1.42-next.0

1 year ago

0.1.42-next.1

1 year ago

0.1.42-next.2

1 year ago

0.1.41-next.2

1 year ago

0.1.41-next.1

1 year ago

0.1.41

1 year ago

0.1.39-next.0

1 year ago

0.1.39-next.1

1 year ago

0.1.39-next.2

1 year ago

0.1.39-next.3

1 year ago

0.1.39-next.4

1 year ago

0.1.38-next.1

2 years ago

0.1.38-next.0

2 years ago

0.1.41-next.0

1 year ago

0.1.40

1 year ago

0.1.38

1 year ago

0.1.39

1 year ago

0.1.37

2 years ago

0.1.37-next.0

2 years ago

0.1.37-next.1

2 years ago

0.1.37-next.2

2 years ago

0.1.36-next.3

2 years ago

0.1.36-next.2

2 years ago

0.1.36-next.1

2 years ago

0.1.36-next.0

2 years ago

0.1.36

2 years ago

0.1.35-next.0

2 years ago

0.1.33-next.0

2 years ago

0.1.35-next.1

2 years ago

0.1.33-next.1

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.34-next.0

2 years ago

0.1.34-next.1

2 years ago

0.1.34-next.2

2 years ago

0.1.34-next.3

2 years ago

0.1.32-next.0

2 years ago

0.1.32-next.1

2 years ago

0.1.32-next.2

2 years ago

0.1.32

2 years ago

0.1.29-next.0

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.29

2 years ago

0.1.31-next.0

2 years ago

0.1.31-next.1

2 years ago

0.1.28

2 years ago

0.1.25-next.0

2 years ago

0.1.27

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.26

2 years ago

0.1.19

2 years ago

0.1.23-next.0

2 years ago

0.1.24-next.0

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago