0.9.10 • Published 1 year ago

@backstage/plugin-jenkins v0.9.10

Weekly downloads
835
License
Apache-2.0
Repository
github
Last release
1 year ago

Jenkins Plugin (Alpha)

Website: https://jenkins.io/

Setup

  1. If you have a standalone app (you didn't clone this repo), then do
yarn add @backstage/plugin-jenkins
  1. Add plugin:
// packages/app/src/plugins.ts
export { plugin as Jenkins } from '@backstage/plugin-jenkins';
  1. Add proxy configuration to app-config.yaml
proxy:
  '/jenkins/api':
    target: 'http://localhost:8080' # your Jenkins URL
    changeOrigin: true
    headers:
      Authorization:
        $env: JENKINS_BASIC_AUTH_HEADER
  1. Add an environment variable which contains the Jenkins credentials, (note: use an API token not your password)
HEADER=$(echo -n user:api-token | base64)
export JENKINS_BASIC_AUTH_HEADER="Basic $HEADER"
  1. Run app with yarn start
  2. Add the Jenkins folder annotation to your component-info.yaml, (note: currently this plugin only supports folders and Git SCM)
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: 'your-component'
  description: 'a description'
  annotations:
    jenkins.io/github-folder: 'folder-name/job-name'
spec:
  type: service
  lifecycle: experimental
  owner: your-name
  1. Register your component

  2. Click the component in the catalog you should now see Jenkins builds, and a last build result for your master build.

Features

  • View all runs inside a folder
  • Last build status for specified branch
  • View summary of a build

Limitations

  • Only works with projects that use the Git SCM
  • It requires jobs to be organised into folders
  • No pagination support currently - don't run this on a Jenkins with lots of builds
0.9.10

1 year ago

0.9.9

1 year ago

0.9.9-next.1

1 year ago

0.9.9-next.0

1 year ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.6

1 year ago

0.9.6-next.2

1 year ago

0.9.6-next.1

1 year ago

0.9.6-next.0

1 year ago

0.9.5

1 year ago

0.9.5-next.3

1 year ago

0.9.5-next.2

1 year ago

0.9.5-next.1

1 year ago

0.9.5-next.0

1 year ago

0.9.4

1 year ago

0.9.4-next.2

1 year ago

0.9.4-next.1

1 year ago

0.9.4-next.0

1 year ago

0.9.3

1 year ago

0.9.3-next.3

2 years ago

0.9.3-next.2

2 years ago

0.9.3-next.1

2 years ago

0.9.3-next.0

2 years ago

0.9.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.8.6-next.3

2 years ago

0.8.6-next.2

2 years ago

0.8.6-next.1

2 years ago

0.8.5

2 years ago

0.8.4

2 years ago

0.8.6

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.8.3-next.0

2 years ago

0.8.3-next.2

2 years ago

0.8.3-next.1

2 years ago

0.8.7-next.1

2 years ago

0.8.7-next.2

2 years ago

0.8.2-next.1

2 years ago

0.8.2-next.2

2 years ago

0.8.7-next.0

2 years ago

0.9.1-next.0

2 years ago

0.9.1-next.1

2 years ago

0.9.1-next.2

2 years ago

0.8.5-next.0

2 years ago

0.8.2-next.0

2 years ago

0.8.1

2 years ago

0.8.1-next.3

2 years ago

0.8.1-next.2

2 years ago

0.8.0

2 years ago

0.7.17-next.2

2 years ago

0.7.17-next.1

2 years ago

0.8.1-next.0

2 years ago

0.8.1-next.1

2 years ago

0.7.16-next.3

2 years ago

0.7.16

2 years ago

0.7.17-next.0

2 years ago

0.7.16-next.0

2 years ago

0.7.16-next.1

2 years ago

0.7.16-next.2

2 years ago

0.7.15-next.0

2 years ago

0.7.15-next.2

2 years ago

0.7.15-next.1

2 years ago

0.7.15

2 years ago

0.7.14

2 years ago

0.7.13

2 years ago

0.7.13-next.1

2 years ago

0.7.13-next.2

2 years ago

0.7.14-next.0

2 years ago

0.7.14-next.1

2 years ago

0.7.14-next.2

2 years ago

0.7.10-next.1

3 years ago

0.7.10-next.0

3 years ago

0.7.11-next.1

3 years ago

0.7.11-next.2

3 years ago

0.7.11-next.0

3 years ago

0.7.11-next.3

3 years ago

0.7.11-next.4

2 years ago

0.7.9

3 years ago

0.7.11

2 years ago

0.7.10

3 years ago

0.7.12

2 years ago

0.7.13-next.0

2 years ago

0.7.9-next.2

3 years ago

0.7.9-next.1

3 years ago

0.7.9-next.0

3 years ago

0.7.8

3 years ago

0.7.8-next.0

3 years ago

0.7.8-next.3

3 years ago

0.7.8-next.1

3 years ago

0.7.8-next.2

3 years ago

0.7.7-next.2

3 years ago

0.7.7-next.1

3 years ago

0.7.7-next.0

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.7

3 years ago

0.7.5-next.0

3 years ago

0.7.5-next.1

3 years ago

0.7.6-next.0

3 years ago

0.7.6-next.2

3 years ago

0.7.6-next.1

3 years ago

0.7.6-next.3

3 years ago

0.7.4

3 years ago

0.7.4-next.0

3 years ago

0.7.4-next.2

3 years ago

0.7.4-next.1

3 years ago

0.7.1-next.0

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.3

3 years ago

0.7.3-next.0

3 years ago

0.7.3-next.1

3 years ago

0.7.0

3 years ago

0.5.18

3 years ago

0.5.19

3 years ago

0.5.16

3 years ago

0.5.17

3 years ago

0.5.14

4 years ago

0.5.15

3 years ago

0.5.20-next.0

3 years ago

0.5.19-next.0

3 years ago

0.5.21

3 years ago

0.5.20

3 years ago

0.6.0

3 years ago

0.5.18-next.0

3 years ago

0.5.12

4 years ago

0.5.13

4 years ago

0.5.10

4 years ago

0.5.11

4 years ago

0.5.9

4 years ago

0.5.8

4 years ago

0.5.7

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.6

4 years ago

0.3.7

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.1-alpha.26

5 years ago

0.1.1-alpha.25

5 years ago

0.1.1-alpha.24

5 years ago

0.1.1-alpha.23

5 years ago

0.1.1-alpha.22

5 years ago

0.1.1-alpha.21

5 years ago

0.1.1-alpha.20

5 years ago

0.1.1-alpha.19

5 years ago

0.1.1-alpha.18

5 years ago