{"id":14984604,"url":"https://github.com/htekgulds/jenkins-cli","last_synced_at":"2026-03-07T22:01:29.208Z","repository":{"id":255195679,"uuid":"847719224","full_name":"htekgulds/jenkins-cli","owner":"htekgulds","description":"Yet another Jenkins cli tool (I could not find a decent one) written in Nodejs","archived":false,"fork":false,"pushed_at":"2024-08-29T07:38:39.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T05:12:26.543Z","etag":null,"topics":["cli","esbuild","jenkins","nodejs","yargs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/htekgulds.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":"2024-08-26T12:17:29.000Z","updated_at":"2024-08-29T07:38:42.000Z","dependencies_parsed_at":"2024-10-13T07:40:52.786Z","dependency_job_id":null,"html_url":"https://github.com/htekgulds/jenkins-cli","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"7ec69df46bf4712aeeeac6b844665c22c7672235"},"previous_names":["htekgulds/jenkins-cli"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/htekgulds/jenkins-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htekgulds%2Fjenkins-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htekgulds%2Fjenkins-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htekgulds%2Fjenkins-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htekgulds%2Fjenkins-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htekgulds","download_url":"https://codeload.github.com/htekgulds/jenkins-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htekgulds%2Fjenkins-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30233429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["cli","esbuild","jenkins","nodejs","yargs"],"created_at":"2024-09-24T14:09:19.602Z","updated_at":"2026-03-07T22:01:29.191Z","avatar_url":"https://github.com/htekgulds.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jenkins-cli\nYet another Jenkins cli tool (I could not find a decent one) written in Nodejs\n\n## Setup\n\n```sh\nnpm run build\nnpm link\n```\n\n## Usage\n\nFirst connect to Jenkins server (save login info to config file):\n\n```sh\njenkins login http://jenkins.mycompany.com\n# Username?\n# Password?\n# Connection successful!\n\n# connection details will be saved into a json config file so other commands can use it\n```\n\nNow we can use the commands:\n\n```sh\n# List of Jenkins jobs\njenkins job list\n\n# output\n┌──────────────────────┬──────────┐\n│ Name                 │ Status   │\n├──────────────────────┼──────────┤\n│ helloworld           │ success  │\n├──────────────────────┼──────────┤\n│ another job          │ success  │\n├──────────────────────┼──────────┤\n│ what-the-job         │ error    │\n└──────────────────────┴──────────┘\n\n# Status of a single job\njenkins job get helloworld\n\n# output\n┌─────┬──────┬───────┬───────┬────────┐\n│ Id  │ Test │ Build │ Image │ Deploy │\n├─────┼──────┼───────┼───────┼────────┤\n│ 5   │ 6s   │ 3s    │ 1m    │ 5s     │\n├─────┼──────┼───────┼───────┼────────┤\n│ 4   │ 5s   │ 4s    │ 53s   │ 5s     │\n├─────┼──────┼───────┼───────┼────────┤\n│ 3   │ 5s   │ 4s    │ 51s   │ 4s     │\n├─────┼──────┼───────┼───────┼────────┤\n│ 2   │ 4s   │ 4s    │ 52s   │ 4s     │\n├─────┼──────┼───────┼───────┼────────┤\n│ 1   │ 6s   │ 4s    │ 47s   │ 4s     │\n└─────┴──────┴───────┴───────┴────────┘\n```\n\n  *Note: releases coming soon...*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtekgulds%2Fjenkins-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtekgulds%2Fjenkins-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtekgulds%2Fjenkins-cli/lists"}