{"id":19902846,"url":"https://github.com/eficode-academy/war-ci-servers","last_synced_at":"2025-05-02T23:32:30.290Z","repository":{"id":86541380,"uuid":"238166615","full_name":"eficode-academy/war-ci-servers","owner":"eficode-academy","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-11T05:28:28.000Z","size":376,"stargazers_count":6,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T08:37:51.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eficode-academy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-04T09:19:29.000Z","updated_at":"2023-01-07T06:27:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c37695b-a06b-45bb-834b-aacfb4d0280d","html_url":"https://github.com/eficode-academy/war-ci-servers","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/eficode-academy%2Fwar-ci-servers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode-academy%2Fwar-ci-servers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode-academy%2Fwar-ci-servers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode-academy%2Fwar-ci-servers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eficode-academy","download_url":"https://codeload.github.com/eficode-academy/war-ci-servers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252122434,"owners_count":21698307,"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-12T20:19:57.108Z","updated_at":"2025-05-02T23:32:30.282Z","avatar_url":"https://github.com/eficode-academy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# War of the CI servers\n\nRepo used for the talk \"War of the CI servers\"\n\n## Different CI's, same pipeline\n\nWe have tried to make the same pipeline in all the different CI systems, that should make them look like the image below:\n\n\n![The general pipeline.](img/frontpage.png)\n\nSteps:\n\n* **Clone down:** makes the git clone, and prepares the repo for being distributed to the parallel steps\n* **Test:** runs the gradle test command found in [ci/unit-test-app.sh](ci/unit-test-app.sh)\n* **Build:** runs the gradle build command found in [ci/build-app.sh](ci/build-app.sh)\n* **Build docker:** runs [a linting of the dockerfile](ci/lint-dockerfile.sh), [building of the docker image](ci/build-docker.sh), and [pushes it up to the hub](ci/push-docker.sh)\n* **System tests:** runs two tests, first [a k6 performance test with docker-compose](ci/performance-test.sh), thereafter a [docker-compose file](component-test/docker-compose.yml) with a [python test](component-test/test_app.py) to test the application.\n\nLink to the pipelines:\n\n* [Jenkinsfile pipeline](Jenkinsfile) written in declarative pipeline\n* [GitlabCI](.gitlab-ci.yml)\n* [CircleCI](.circleci/config.yml)\n* [Github Actions](.github/workflows/gradle.yml)\n* [Travis CI](.travis.yml)\n\n## feedback and pull request\n\nI would love to have more CI examples doing the same pipeline for comparison. PR are very welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode-academy%2Fwar-ci-servers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feficode-academy%2Fwar-ci-servers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode-academy%2Fwar-ci-servers/lists"}