{"id":43535092,"url":"https://github.com/joshzcold/cmp-jenkinsfile","last_synced_at":"2026-02-03T16:40:40.972Z","repository":{"id":45723342,"uuid":"422624007","full_name":"joshzcold/cmp-jenkinsfile","owner":"joshzcold","description":"nvim-cmp completion for jenkinsfile gdsl ","archived":false,"fork":false,"pushed_at":"2025-07-01T14:19:29.000Z","size":87,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T15:30:40.336Z","etag":null,"topics":["nvim-cmp"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshzcold.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-10-29T15:23:24.000Z","updated_at":"2025-07-01T14:19:33.000Z","dependencies_parsed_at":"2025-07-01T15:37:46.312Z","dependency_job_id":null,"html_url":"https://github.com/joshzcold/cmp-jenkinsfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshzcold/cmp-jenkinsfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshzcold%2Fcmp-jenkinsfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshzcold%2Fcmp-jenkinsfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshzcold%2Fcmp-jenkinsfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshzcold%2Fcmp-jenkinsfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshzcold","download_url":"https://codeload.github.com/joshzcold/cmp-jenkinsfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshzcold%2Fcmp-jenkinsfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29049611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["nvim-cmp"],"created_at":"2026-02-03T16:40:38.853Z","updated_at":"2026-02-03T16:40:40.964Z","avatar_url":"https://github.com/joshzcold.png","language":"Lua","readme":"# cmp-jenkinsfile\n\nsimple completion utilizing the `IntelliJ IDEA GDSL` file that gets generated for installed jenkins plugins. \n\n*example gdsl*\n\n```\nmethod(name: 'parallel', type: 'Object', params: ['closures':'java.util.Map'], doc: 'Execute in parallel')\nmethod(name: 'parallel', type: 'Object', namedParams: [parameter(name: 'closures', type: 'java.util.Map'), parameter(name: 'failFast', type: 'boolean'), ], doc: 'Execute in parallel')\n```\n\n## demo\n\n![example gif](./docs/example.gif)\n\n## options\n\n**jenkins_url**: full jenkins url to download the gdsl from.\n  \nexample: `http://jenkins.lab/`\n\n`/pipeline-syntax/gdsl` will automatically be append to the end of the url.\n\n**gdsl_file**: full path to either download to or statically read from.\n\nIf `jenkins_url` is supplied then this file will be written to. If `jenkins_url` is blank then only read from the supplied path\n\ndefaults to: `$HOME/.cache/nvim/cmp-jenkinsfile.gdsl`\n\n**http**: optional http configuration\n- **basic_auth_user**: username for basic authentication\n- **basic_auth_password**: password for basic authentication\n- **ca_cert**: path to CA certificate file\n- **proxy**: proxy URL\n\n**Recommended Config:**\n\n```lua\ncmp.setup({\n  cmp.setup.filetype(\"Jenkinsfile\", {\n    sources = {\n      {\n        name = \"jenkinsfile\",\n        option = {\n          jenkins_url = \"https://jenkins.co\",\n        },\n      },\n    },\n  }),\n```\n\n**Full Config:**\n\n```lua\ncmp.setup({\n  cmp.setup.filetype(\"Jenkinsfile\", {\n    sources = {\n      {\n        name = \"jenkinsfile\",\n        option = {\n          jenkins_url = \"https://jenkins.co\",\n          gdsl_file = \"~/.cache/nvim/cmp-jenkinsfile.gdsl\",\n          http = {\n            basic_auth_user = \"admin\",\n            basic_auth_password = \"adminadmin\",\n            ca_cert = \"/etc/ssl/certs/cacert\",\n            proxy = \"http://internal-proxy:8000\",\n          },\n        },\n      },\n    },\n  }),\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshzcold%2Fcmp-jenkinsfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshzcold%2Fcmp-jenkinsfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshzcold%2Fcmp-jenkinsfile/lists"}