{"id":21301743,"url":"https://github.com/funbox/jenkins-agent","last_synced_at":"2025-09-01T22:37:34.834Z","repository":{"id":145912912,"uuid":"220945129","full_name":"funbox/jenkins-agent","owner":"funbox","description":"Shell wrapper for executing Jenkins Agents","archived":false,"fork":false,"pushed_at":"2019-11-11T09:41:59.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T18:45:27.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/funbox.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-11-11T09:26:30.000Z","updated_at":"2020-12-26T16:26:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e848804-cd01-4bd9-b21a-999c0042540f","html_url":"https://github.com/funbox/jenkins-agent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/funbox/jenkins-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fjenkins-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fjenkins-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fjenkins-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fjenkins-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funbox","download_url":"https://codeload.github.com/funbox/jenkins-agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fjenkins-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273203222,"owners_count":25063275,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-21T15:50:40.190Z","updated_at":"2025-09-01T22:37:34.826Z","avatar_url":"https://github.com/funbox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[About](#about) • [Installation](#installation) • [Getting started](#getting-started) • [Usage](#usage) • [License](#license)\n\n# About\n\n`jenkins-agent` is shell wrapper for executing Jenkins Agents. Jenkins Agent is supervised by systemd and\nconnected to Jenkins Master via JNLP. The user is able to specify multiple agents in simple configuration file.\n\n## Installation\n\n### From prebuilt package for RHEL7/CentOS7\n\nYou can find RPM packages attached to releases on [Release page](https://github.com/gongled/jenkins-agent/releases).\n\n### From the source code\n\nCopy shell program to system directory.\n\n```shell\n[sudo] cp SOURCES/jenkins-agent /usr/bin\n[sudo] chown root:root /usr/bin/jenkins\n[sudo] chmod ugo+x /usr/bin/jenkins\n```\n\nCopy systemd unit and apply changes.\n\n```shell\n[sudo] cp SOURCES/jenkins-agent@.service /etc/systemd/system/\n[sudo] systemctl daemon-reload\n```\n\nAdd configuration file to `/etc/jenkins-agent/jenkins-agent.conf`.\n\n```shell\n[sudo] cat \u003c\u003c EOF \u003e /etc/jenkins-agent/jenkins-agent.conf\n[general]\n\n  # Jenkins Slave Agent URL to jar\n  jenkins_agent_url: https://ci.example.tld/jnlpJars/agent.jar\nEOF\n```\n\n## Getting started\n\nSpecify Jenkins Agent profile in configuration file. `jenkins_url` and `jenkins_token` options are mandatory.\n\n```shell\n[general]\n\n  # Jenkins Slave Agent URL to jar\n  jenkins_agent_url: https://ci.example.tld/jnlpJars/agent.jar\n\n[example]\n\n  # Jenkins URL\n  jenkins_url: https://ci.example.tld/computer/example1\n\n  # Jenkins secret token\n  jenkins_token: cfthwlbsjccmvtbfdkj39whcznkfm3lxwhvnkgfcwcmjhkzxztrjps47ftzm3fwp\n```\n\nLaunch systemd unit and make sure it will be launched after reboot.\n\n```shell\n[sudo] systemctl start jenkins-agent@example.service\n[sudo] systemctl enable jenkins-agent@example.service\n```\n\nDone.\n\n## Usage\n\n```\n\nUsage: jenkins-agent {options}\n\nOptions\n\n  --profile, -p profile       Jenkins Agent profile name\n  --version, -v               Display version\n  --help, -h                  Display this message\n\nExamples\n\n  jenkins-agent --profile example\n  Run jenkins-agent with example profile specified in configuration file\n\n```\n\n## License\n\nReleased under the MIT license (see [LICENSE](LICENSE))\n\n[![Sponsored by FunBox](https://funbox.ru/badges/sponsored_by_funbox_grayscale.svg)](https://funbox.ru)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Fjenkins-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunbox%2Fjenkins-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Fjenkins-agent/lists"}