0.0.0-nightly-202191222240 • Published 4 years ago

@backstage/plugin-bitrise v0.0.0-nightly-202191222240

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

Bitrise

Welcome to the Bitrise plugin!

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

Installation

# From your Backstage root directory
cd packages/app
yarn add @backstage/plugin-bitrise

Bitrise Plugin exposes an entity tab component named EntityBitriseContent. You can include it in the EntityPage.tsx`:

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

// Farther down at the website declaration
const websiteEntityPage = (
  <EntityLayout>
    {/* Place the following section where you want the tab to appear */}
    <EntityLayout.Route path="/bitrise" title="Bitrise">
      <EntityBitriseContent />
    </EntityLayout.Route>

Now your plugin should be visible as a tab at the top of the entity pages, specifically for components that are of the type website. However, it warns of 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: ${BITRISE_AUTH_TOKEN}

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

0.1.62

2 years ago

0.1.61

2 years ago

0.1.61-next.1

2 years ago

0.1.61-next.0

2 years ago

0.1.60

2 years ago

0.1.59

2 years ago

0.1.58

2 years ago

0.1.58-next.2

2 years ago

0.1.58-next.1

2 years ago

0.1.58-next.0

2 years ago

0.1.57

2 years ago

0.1.57-next.3

2 years ago

0.1.57-next.2

2 years ago

0.1.57-next.1

2 years ago

0.1.57-next.0

2 years ago

0.1.56

2 years ago

0.1.56-next.2

2 years ago

0.1.56-next.1

2 years ago

0.1.56-next.0

2 years ago

0.1.55

2 years ago

0.1.55-next.3

2 years ago

0.1.55-next.2

2 years ago

0.1.55-next.1

2 years ago

0.1.51-next.1

2 years ago

0.1.51-next.2

2 years ago

0.1.51-next.3

2 years ago

0.1.52-next.2

2 years ago

0.1.52-next.1

2 years ago

0.1.52-next.0

2 years ago

0.1.53-next.1

2 years ago

0.1.53-next.2

2 years ago

0.1.53-next.0

2 years ago

0.1.48-next.2

2 years ago

0.1.48-next.1

2 years ago

0.1.48-next.0

2 years ago

0.1.52

2 years ago

0.1.53

2 years ago

0.1.54

2 years ago

0.1.47-next.2

2 years ago

0.1.47-next.1

2 years ago

0.1.50

2 years ago

0.1.51

2 years ago

0.1.49

2 years ago

0.1.50-next.0

2 years ago

0.1.47

2 years ago

0.1.48

2 years ago

0.1.55-next.0

2 years ago

0.1.46-next.3

2 years ago

0.1.46-next.2

2 years ago

0.1.47-next.0

2 years ago

0.1.46

2 years ago

0.1.46-next.1

2 years ago

0.1.46-next.0

2 years ago

0.1.45-next.1

3 years ago

0.1.45-next.2

2 years ago

0.1.45

2 years ago

0.1.45-next.0

3 years ago

0.1.44

3 years ago

0.1.44-next.3

3 years ago

0.1.43-next.2

3 years ago

0.1.43-next.0

3 years ago

0.1.43-next.1

3 years ago

0.1.42

3 years ago

0.1.43

3 years ago

0.1.44-next.0

3 years ago

0.1.44-next.2

3 years ago

0.1.44-next.1

3 years ago

0.1.42-next.0

3 years ago

0.1.42-next.1

3 years ago

0.1.42-next.2

3 years ago

0.1.41-next.2

3 years ago

0.1.41-next.1

3 years ago

0.1.41

3 years ago

0.1.39-next.0

3 years ago

0.1.39-next.1

3 years ago

0.1.39-next.2

3 years ago

0.1.39-next.3

3 years ago

0.1.39-next.4

3 years ago

0.1.38-next.1

3 years ago

0.1.38-next.0

3 years ago

0.1.41-next.0

3 years ago

0.1.40

3 years ago

0.1.38

3 years ago

0.1.39

3 years ago

0.1.37

3 years ago

0.1.37-next.0

3 years ago

0.1.37-next.1

3 years ago

0.1.37-next.2

3 years ago

0.1.36-next.3

3 years ago

0.1.36-next.2

3 years ago

0.1.36-next.1

3 years ago

0.1.36-next.0

3 years ago

0.1.36

3 years ago

0.1.35-next.0

3 years ago

0.1.33-next.0

3 years ago

0.1.35-next.1

3 years ago

0.1.33-next.1

3 years ago

0.1.33

3 years ago

0.1.34

3 years ago

0.1.35

3 years ago

0.1.34-next.0

3 years ago

0.1.34-next.1

3 years ago

0.1.34-next.2

3 years ago

0.1.34-next.3

3 years ago

0.1.32-next.0

4 years ago

0.1.32-next.1

4 years ago

0.1.32-next.2

3 years ago

0.1.32

3 years ago

0.1.29-next.0

4 years ago

0.1.30

4 years ago

0.1.31

4 years ago

0.1.29

4 years ago

0.1.31-next.0

4 years ago

0.1.31-next.1

4 years ago

0.1.28

4 years ago

0.1.25-next.0

4 years ago

0.1.27

4 years ago

0.1.20

4 years ago

0.1.21

4 years ago

0.1.22

4 years ago

0.1.23

4 years ago

0.1.24

4 years ago

0.1.25

4 years ago

0.1.26

4 years ago

0.1.19

4 years ago

0.1.23-next.0

4 years ago

0.1.24-next.0

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

5 years ago

0.1.3

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago