0.9.10 • Published 12 days ago

@backstage/plugin-jenkins v0.9.10

Weekly downloads
835
License
Apache-2.0
Repository
github
Last release
12 days 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

15 days ago

0.9.9

18 days ago

0.9.9-next.1

25 days ago

0.9.9-next.0

1 month ago

0.9.8

1 month ago

0.9.7

1 month ago

0.9.6

2 months ago

0.9.6-next.2

2 months ago

0.9.6-next.1

2 months ago

0.9.6-next.0

2 months ago

0.9.5

2 months ago

0.9.5-next.3

3 months ago

0.9.5-next.2

3 months ago

0.9.5-next.1

3 months ago

0.9.5-next.0

3 months ago

0.9.4

4 months ago

0.9.4-next.2

4 months ago

0.9.4-next.1

4 months ago

0.9.4-next.0

4 months ago

0.9.3

5 months ago

0.9.3-next.3

5 months ago

0.9.3-next.2

5 months ago

0.9.3-next.1

5 months ago

0.9.3-next.0

5 months ago

0.9.0

7 months ago

0.9.2

6 months ago

0.9.1

6 months ago

0.8.6-next.3

8 months ago

0.8.6-next.2

8 months ago

0.8.6-next.1

8 months ago

0.8.5

8 months ago

0.8.4

9 months ago

0.8.6

8 months ago

0.8.3

9 months ago

0.8.2

10 months ago

0.8.3-next.0

9 months ago

0.8.3-next.2

9 months ago

0.8.3-next.1

9 months ago

0.8.7-next.1

7 months ago

0.8.7-next.2

7 months ago

0.8.2-next.1

10 months ago

0.8.2-next.2

10 months ago

0.8.7-next.0

7 months ago

0.9.1-next.0

6 months ago

0.9.1-next.1

6 months ago

0.9.1-next.2

6 months ago

0.8.5-next.0

9 months ago

0.8.2-next.0

10 months ago

0.8.1

11 months ago

0.8.1-next.3

11 months ago

0.8.1-next.2

11 months ago

0.8.0

12 months ago

0.7.17-next.2

12 months ago

0.7.17-next.1

1 year ago

0.8.1-next.0

12 months ago

0.8.1-next.1

11 months ago

0.7.16-next.3

1 year ago

0.7.16

1 year ago

0.7.17-next.0

1 year ago

0.7.16-next.0

1 year ago

0.7.16-next.1

1 year ago

0.7.16-next.2

1 year ago

0.7.15-next.0

1 year ago

0.7.15-next.2

1 year ago

0.7.15-next.1

1 year ago

0.7.15

1 year ago

0.7.14

1 year ago

0.7.13

1 year ago

0.7.13-next.1

1 year ago

0.7.13-next.2

1 year ago

0.7.14-next.0

1 year ago

0.7.14-next.1

1 year ago

0.7.14-next.2

1 year ago

0.7.10-next.1

1 year ago

0.7.10-next.0

2 years ago

0.7.11-next.1

1 year ago

0.7.11-next.2

1 year ago

0.7.11-next.0

1 year ago

0.7.11-next.3

1 year ago

0.7.11-next.4

1 year ago

0.7.9

2 years ago

0.7.11

1 year ago

0.7.10

1 year ago

0.7.12

1 year ago

0.7.13-next.0

1 year ago

0.7.9-next.2

2 years ago

0.7.9-next.1

2 years ago

0.7.9-next.0

2 years ago

0.7.8

2 years ago

0.7.8-next.0

2 years ago

0.7.8-next.3

2 years ago

0.7.8-next.1

2 years ago

0.7.8-next.2

2 years ago

0.7.7-next.2

2 years ago

0.7.7-next.1

2 years ago

0.7.7-next.0

2 years ago

0.7.6

2 years ago

0.7.5

2 years ago

0.7.7

2 years ago

0.7.5-next.0

2 years ago

0.7.5-next.1

2 years ago

0.7.6-next.0

2 years ago

0.7.6-next.2

2 years ago

0.7.6-next.1

2 years ago

0.7.6-next.3

2 years ago

0.7.4

2 years ago

0.7.4-next.0

2 years ago

0.7.4-next.2

2 years ago

0.7.4-next.1

2 years ago

0.7.1-next.0

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.3

2 years ago

0.7.3-next.0

2 years ago

0.7.3-next.1

2 years ago

0.7.0

2 years ago

0.5.18

2 years ago

0.5.19

2 years ago

0.5.16

2 years ago

0.5.17

2 years ago

0.5.14

2 years ago

0.5.15

2 years ago

0.5.20-next.0

2 years ago

0.5.19-next.0

2 years ago

0.5.21

2 years ago

0.5.20

2 years ago

0.6.0

2 years ago

0.5.18-next.0

2 years ago

0.5.12

2 years ago

0.5.13

2 years ago

0.5.10

3 years ago

0.5.11

3 years ago

0.5.9

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.6

3 years ago

0.3.7

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

4 years ago

0.1.1-alpha.26

4 years ago

0.1.1-alpha.25

4 years ago

0.1.1-alpha.24

4 years ago

0.1.1-alpha.23

4 years ago

0.1.1-alpha.22

4 years ago

0.1.1-alpha.21

4 years ago

0.1.1-alpha.20

4 years ago

0.1.1-alpha.19

4 years ago

0.1.1-alpha.18

4 years ago