{"id":19336770,"url":"https://github.com/samrocketman/jenkins-bootstrap-jervis","last_synced_at":"2025-04-23T01:30:52.101Z","repository":{"id":32414015,"uuid":"35990966","full_name":"samrocketman/jenkins-bootstrap-jervis","owner":"samrocketman","description":"An automated Jenkins CI environment which provisions agent infrastructure on the fly per build.","archived":false,"fork":false,"pushed_at":"2023-10-31T03:42:16.000Z","size":358,"stargazers_count":76,"open_issues_count":4,"forks_count":30,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-02T06:12:10.958Z","etag":null,"topics":["bootstrap-jenkins","hacktoberfest","jenkins-console","jervis","job-dsl","provision-jenkins"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/samrocketman.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}},"created_at":"2015-05-21T04:28:47.000Z","updated_at":"2025-02-10T07:32:12.000Z","dependencies_parsed_at":"2023-10-31T04:27:32.393Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/jenkins-bootstrap-jervis","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fjenkins-bootstrap-jervis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fjenkins-bootstrap-jervis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fjenkins-bootstrap-jervis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fjenkins-bootstrap-jervis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/jenkins-bootstrap-jervis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250352184,"owners_count":21416454,"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":["bootstrap-jenkins","hacktoberfest","jenkins-console","jervis","job-dsl","provision-jenkins"],"created_at":"2024-11-10T03:12:24.635Z","updated_at":"2025-04-23T01:30:51.828Z","avatar_url":"https://github.com/samrocketman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap Jenkins using Jervis [![Build Status][travis-status]][travis]\n\n[Jervis][jervis] generates Jenkins jobs using Travis CI YAML.  This project is\nmeant to bootstrap Jenkins from scratch and pre-configure it to use Jervis.\n\n# Instructions\n\n### Clone this project\n\nThis project uses a submodule.  Therefore, cloning it must include also cloning\nthe submodule.\n\n    git clone --recursive https://github.com/samrocketman/jenkins-bootstrap-jervis.git\n\n### GitHub API key\n\nLog into GitHub and [generate an API token][gh-token] so that Jervis can\nauthenticate to the GitHub API.\n\n### Provision Jenkins\n\nUsing Vagrant is the recommended way to provision.  Copy\n[`settings.groovy.EXAMPLE`](settings.groovy.EXAMPLE) to `settings.groovy` and\nfill in the [GitHub personal access token][gh-token].\n\n    export VAGRANT_JENKINS=1\n    vagrant up\n    ./jervis_bootstrap.sh\n\nVisit `http://localhost:8080/` to see Jenkins running with Jervis.  Simply read\nthe Welcome page for next steps.  The first example will guide you through\nonboarding the [Jervis project][jervis] for CI.\n\n### Screenshot\n\n[Jervis][jervis] built from [the `main` branch][yml-main] by this Jenkins\ninstance.\n\n![Screenshot Jervis matrix pipeline][jenkins-jervis-screenshot]\n\n[Jervis][jervis] built from [the `jervis_simple` branch][yml-jervis_simple] by\nthis Jenkins instance.\n\n![Screenshot Jervis simple pipeline][jenkins-jervis-screenshot2]\n\n### Webhook relay\n\nIf you wish to try out this project with webhook integration then I recommend\ntaking advantage of the [webhookrelay service][webhookrelay].\n\nProvision Jenkins in vagrant and then provision a relay automatically.  Pro-tip:\nstart the relay in a `screen` session so it's easy to detach.\n\n    vagrant ssh\n    curl -sSL https://storage.googleapis.com/webhookrelay/downloads/relay-linux-amd64 \u003e relay \u0026\u0026 chmod +x relay \u0026\u0026 sudo mv relay /usr/local/bin\n    relay forward -b jervis -t internal http://localhost:8080/github-webhook/\n\nUsername (token Access Key) and password (token Secret Key) comes from\n[webhookrelay tokens][webhookrelay-tokens].\n\nUpdate the `settings.groovy` file by setting the `github_plugin` \u003e `hookUrl`\nsetting to the value of the webhookrelay \"input\".\n\n\u003e Example webhookrelay \"input\" URL:\n\u003e `https://my.webhookrelay.com/v1/webhooks/\u003cuuid\u003e`\n\nConfigure Jenkins normally and GitHub repository hooks will now be configured\nwith a proper webhook when jobs are generated.\n\n### License\n\n* [Apache License 2.0](LICENSE)\n* [3rd party licenses](3rd_party)\n\n[gh-token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use/\n[jenkins-auth]: https://wiki.jenkins-ci.org/display/JENKINS/Github+OAuth+Plugin#GithubOAuthPlugin-CallingJenkinsAPIusingGitHubPersonalAccessTokens\n[jenkins-cli]: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI\n[jenkins-console]: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console\n[jenkins-jervis-screenshot2]: https://user-images.githubusercontent.com/875669/39089420-a1dcfb9e-457b-11e8-8365-0a3d39f99e5c.png\n[jenkins-jervis-screenshot]: https://user-images.githubusercontent.com/875669/39089410-600abb52-457b-11e8-9598-4c0f808ed7b4.png\n[jenkins-source]: https://github.com/jenkinsci/jenkins\n[jervis]: https://github.com/samrocketman/jervis\n[travis-status]: https://travis-ci.org/samrocketman/jenkins-bootstrap-jervis.svg\n[travis]: https://travis-ci.org/samrocketman/jenkins-bootstrap-jervis\n[webhookrelay-tokens]: https://my.webhookrelay.com/tokens\n[webhookrelay]: https://webhookrelay.com/\n[yml-jervis_simple]: https://github.com/samrocketman/jervis/blob/jervis_simple/.travis.yml\n[yml-main]: https://github.com/samrocketman/jervis/blob/main/.travis.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fjenkins-bootstrap-jervis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fjenkins-bootstrap-jervis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fjenkins-bootstrap-jervis/lists"}