{"id":15045593,"url":"https://github.com/jenkinsci/lighthouse-report-plugin","last_synced_at":"2025-10-19T21:31:57.644Z","repository":{"id":36969747,"uuid":"216609777","full_name":"jenkinsci/lighthouse-report-plugin","owner":"jenkinsci","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-28T14:31:05.000Z","size":1230,"stargazers_count":3,"open_issues_count":15,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T04:41:28.538Z","etag":null,"topics":["adopt-this-plugin"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/lighthouse-report/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-21T16:05:10.000Z","updated_at":"2024-05-12T13:48:34.000Z","dependencies_parsed_at":"2024-09-25T01:58:19.189Z","dependency_job_id":"d09ae264-e7a2-42e6-a9aa-9b056090f2a0","html_url":"https://github.com/jenkinsci/lighthouse-report-plugin","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Flighthouse-report-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Flighthouse-report-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Flighthouse-report-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Flighthouse-report-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/lighthouse-report-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237221176,"owners_count":19274447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adopt-this-plugin"],"created_at":"2024-09-24T20:52:03.636Z","updated_at":"2025-10-19T21:31:52.280Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lighthouse-report-plugin\n\nA simple plugin that displays a lighthouse report inside jenkins.\n\nYou can use archive() function to save files, but you cannot view any html with javascript for security reasons.\n\nThis will keep the html inside the plugin, but the data is pull in from your build result.\n\nReport Name can also be specified to generate Lighthouse report with a specific name, supports multiple reports.\n\n## Usage\n\n```groovy\n// Generate your lighthouse report.\nnode {\n   sh 'npx lighthouse-ci https://www.example.com --jsonReport --report=.'\n    lighthouseReport('./report.json')\n}\n\n//Generate your lighthouse report with specific report name\nnode {\n   sh 'npx lighthouse-ci https://www.example.com --jsonReport --report=.'\n    lighthouseReport file: './report.json', name: 'My Report'\n}\n```\n\n\n## Screenshot\n\n![Screenshot](./screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Flighthouse-report-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Flighthouse-report-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Flighthouse-report-plugin/lists"}