{"id":18400710,"url":"https://github.com/databricks/jenkins-job-builder","last_synced_at":"2025-10-29T19:37:41.320Z","repository":{"id":66099398,"uuid":"91736529","full_name":"databricks/jenkins-job-builder","owner":"databricks","description":"Fork of https://docs.openstack.org/infra/jenkins-job-builder/ to include unmerged patches","archived":false,"fork":false,"pushed_at":"2023-03-30T20:33:28.000Z","size":2786,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"folders","last_synced_at":"2025-04-03T00:58:59.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/databricks.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":"2017-05-18T20:50:48.000Z","updated_at":"2024-08-23T09:35:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d2942da-6fea-4c59-b04c-0774825c5226","html_url":"https://github.com/databricks/jenkins-job-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fjenkins-job-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fjenkins-job-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fjenkins-job-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fjenkins-job-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databricks","download_url":"https://codeload.github.com/databricks/jenkins-job-builder/tar.gz/refs/heads/folders","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247607782,"owners_count":20965945,"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":[],"created_at":"2024-11-06T02:36:13.762Z","updated_at":"2025-10-29T19:37:41.301Z","avatar_url":"https://github.com/databricks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"README\n======\n\nJenkins Job Builder takes simple descriptions of Jenkins_ jobs in YAML_ or JSON_\nformat and uses them to configure Jenkins. You can keep your job descriptions in\nhuman readable text format in a version control system to make changes and\nauditing easier. It also has a flexible template system, so creating many\nsimilarly configured jobs is easy.\n\nTo install::\n\n    $ pip install --user jenkins-job-builder\n\nOnline documentation:\n\n* http://docs.openstack.org/infra/jenkins-job-builder/\n\nDevelopers\n----------\nBug report:\n\n* https://storyboard.openstack.org/#!/project/723\n\nRepository:\n\n* https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder\n\nCloning::\n\n    git clone https://git.openstack.org/openstack-infra/jenkins-job-builder\n\nA virtual environment is recommended for development.  For example, Jenkins\nJob Builder may be installed from the top level directory::\n\n    $ virtualenv .venv\n    $ source .venv/bin/activate\n    $ pip install -r test-requirements.txt -e .\n\nPatches are submitted via Gerrit at:\n\n* https://review.openstack.org/\n\nPlease do not submit GitHub pull requests, they will be automatically closed.\n\nMore details on how you can contribute is available on our wiki at:\n\n* http://docs.openstack.org/infra/manual/developers.html\n\nWriting a patch\n---------------\n\nWe ask that all code submissions be pep8_ and pyflakes_ clean.  The\neasiest way to do that is to run tox_ before submitting code for\nreview in Gerrit.  It will run ``pep8`` and ``pyflakes`` in the same\nmanner as the automated test suite that will run on proposed\npatchsets.\n\nWhen creating new YAML components, please observe the following style\nconventions:\n\n* All YAML identifiers (including component names and arguments)\n  should be lower-case and multiple word identifiers should use\n  hyphens.  E.g., \"build-trigger\".\n* The Python functions that implement components should have the same\n  name as the YAML keyword, but should use underscores instead of\n  hyphens. E.g., \"build_trigger\".\n\nThis consistency will help users avoid simple mistakes when writing\nYAML, as well as developers when matching YAML components to Python\nimplementation.\n\nUnit Tests\n----------\n\nUnit tests have been included and are in the ``tests`` folder. Many unit\ntests samples are included as examples in our documentation to ensure that\nexamples are kept current with existing behaviour. To run the unit tests,\nexecute the command::\n\n    tox -e py34,py27\n\n* Note: View ``tox.ini`` to run tests on other versions of Python,\n  generating the documentation and additionally for any special notes\n  on running the test to validate documentation external URLs from behind\n  proxies.\n\nInstalling without setup.py\n---------------------------\n\nFor YAML support, you will need libyaml_ installed.\n\nMac OS X::\n\n    $ brew install libyaml\n\nThen install the required python packages using pip_::\n\n    $ sudo pip install PyYAML python-jenkins\n\n.. _Jenkins: https://jenkins.io/\n.. _YAML: http://www.yaml.org/\n.. _JSON: http://json.org/\n.. _pep8: https://pypi.python.org/pypi/pep8\n.. _pyflakes: https://pypi.python.org/pypi/pyflakes\n.. _tox: https://testrun.org/tox\n.. _libyaml: http://pyyaml.org/wiki/LibYAML\n.. _pip: https://pypi.python.org/pypi/pip\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabricks%2Fjenkins-job-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabricks%2Fjenkins-job-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabricks%2Fjenkins-job-builder/lists"}