{"id":14993893,"url":"https://github.com/acerv/jenkins-cloner","last_synced_at":"2026-03-11T09:06:03.056Z","repository":{"id":122919229,"uuid":"224867366","full_name":"acerv/jenkins-cloner","owner":"acerv","description":"Jenkins master cloner- Clone your Jenkins server with few clicks","archived":false,"fork":false,"pushed_at":"2019-11-29T22:21:37.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T17:27:28.946Z","etag":null,"topics":["automation","cloner","continuous-integration","jenkins","jenkins-ci","testing"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acerv.png","metadata":{"files":{"readme":"README.rst","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-29T14:15:30.000Z","updated_at":"2019-11-29T22:21:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"3125a04e-ba67-48bc-83c7-929d6e181bdb","html_url":"https://github.com/acerv/jenkins-cloner","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"57f08660c8c9f1c6468c9f8706ddd260abefe220"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acerv/jenkins-cloner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Fjenkins-cloner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Fjenkins-cloner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Fjenkins-cloner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Fjenkins-cloner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acerv","download_url":"https://codeload.github.com/acerv/jenkins-cloner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Fjenkins-cloner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30376794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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":["automation","cloner","continuous-integration","jenkins","jenkins-ci","testing"],"created_at":"2024-09-24T15:32:39.708Z","updated_at":"2026-03-11T09:06:03.036Z","avatar_url":"https://github.com/acerv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/acerv/jenkins-cloner.svg?branch=master\n    :target: https://travis-ci.org/acerv/jenkins-cloner\n\nIntroduction\n============\n\nJenkins cloner permits to clone:\n\n* plugins\n* slaves\n* jobs\n\nfrom one jenkins server to an another jenkins server.\n\nCommand line::\n\n    Usage: jenkins-cloner [OPTIONS]\n\n    Jenkins master cloner tool\n\n    Options:\n    -c, --config TEXT  configuration file\n    -j, --jobs         clone jobs\n    -p, --plugins      clone plugins\n    -n, --nodes        clone nodes\n    -d, --debug        debug mode\n    --help             Show this message and exit.\n\nConfiguration\n=============\n\nBefore using the application, a configuration file has to be defined.\nSuppose we call it ``config.ini``::\n\n    [server1]\n    url = https://my.jenkins.server1.com/\n    username = admin\n    token = \u003cadmin_token\u003e\n\n    [server2]\n    url = https://my.jenkins.server2.com/\n    username = admin\n    token = \u003cadmin_token\u003e\n\nCloning\n=======\n\nTo clone Jenkins server plugins into an another Jenkins server::\n\n    jenkins-cloner -c config.ini -j\n\nTo clone Jenkins server nodes into an another Jenkins server::\n\n    jenkins-cloner -c config.ini -n\n\nTo clone Jenkins server jobs into an another Jenkins server::\n\n    jenkins-cloner -c config.ini -p\n\nInstallation\n============\n\nTo install ``jenkins-cloner``, use virtualenv::\n\n    cd jenkins-cloner\n    virtualenv venv\n\n    # on windows\n    venv\\Script\\activate\n    # on linux\n    source venv/bin/activate\n\n    python setup.py install\n\nLicense\n=======\n\nThis project has been developed under terms of the GPLv2 license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facerv%2Fjenkins-cloner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facerv%2Fjenkins-cloner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facerv%2Fjenkins-cloner/lists"}