{"id":13452578,"url":"https://github.com/argoproj/argo-ci","last_synced_at":"2025-03-23T19:34:36.399Z","repository":{"id":48021933,"uuid":"114815080","full_name":"argoproj/argo-ci","owner":"argoproj","description":"Continuous integration and delivery for Kubernetes powered by Argo workflows.","archived":true,"fork":false,"pushed_at":"2023-04-27T21:36:58.000Z","size":393,"stargazers_count":200,"open_issues_count":23,"forks_count":26,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-07-31T07:19:07.117Z","etag":null,"topics":["continuous-deployment","continuous-integration","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/argoproj.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":"ROADMAP.md","authors":null}},"created_at":"2017-12-19T21:57:55.000Z","updated_at":"2024-07-29T21:04:26.000Z","dependencies_parsed_at":"2024-01-16T03:57:29.014Z","dependency_job_id":null,"html_url":"https://github.com/argoproj/argo-ci","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/argoproj%2Fargo-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/argoproj","download_url":"https://codeload.github.com/argoproj/argo-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221900988,"owners_count":16899000,"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":["continuous-deployment","continuous-integration","kubernetes"],"created_at":"2024-07-31T07:01:28.010Z","updated_at":"2024-10-28T18:31:31.953Z","avatar_url":"https://github.com/argoproj.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"**THIS PROJECT IS NO LONGER MAINTAINED. PLEASE TAKE A LOOK AT ARGO EVENTS INSTEAD (https://github.com/argoproj/argo-events)**\n\n# Argo CI\n\nArgo CI is a continuous integration and deployment system powered by [Argo](http://argoproj.io) workflow engine for Kubernetes. Argo CI provides integration with SCM\n( currently only Github is supported) and automatically triggers CI workflow defined using [Argo YAML DSL](https://applatix.com/open-source/argo/docs/argo_v2_yaml.html).\n\n## Deploy Argo CI to your kubernetes cluster\n\nArgo CI might be installed using Helm:\n\n```\nhelm repo add argo https://argoproj.github.io/argo-helm/\nhelm install argo/argo-ci --name argo-ci\n```\n\nThe `argo-ci` helm chart installs three deployments:\n- Argo workflow controller\n- Argo UI deployment\n- Argo CI deployment\n\nArgo UI and Argo CI are available externally via load balancer kubernetes services.\n\n## Configure integration with Github\n\nFollowing steps are required to configure integration:\n\n* For security reasons Argo CI configuration UI is not available externally. Easiest way to access it is to use port forwarding: `kubectl port-forward \u003cargo-ci-pod\u003e 8002:8002`.\nUI should be available via http://localhost:8002.\n* Configure external Argo UI URL using Argo CI configuration UI.\n* Add required repositories using Argo UI:\n\n![Configuration UI](docs/configuration.png \"Configuration UI\")\n\n* Create webhook using [Github UI](https://developer.github.com/webhooks/creating/#setting-up-a-webhook):\n  * set Payload URL to `http\u003cArgoCiDomain\u003e/api/webhook/github`\n  * set Content Type to `application/json`\n  * set your Secret token values\n* Create build workflow and save at `.argo-ci/ci.yaml` inside of your project repository. If workflow has parameters named `revision` and `repo` then Argo CI will automatically set values for these parameters.\n\n## Build and debug\n\nTo build project locally install [nodejs](https://nodejs.org) and [yarn](https://yarnpkg.com). Once you install npm dependencies using `yarn install` you are ready to build and\ndebug project locally:\n\n* Execute `yarn build` to build project. Command stores build results in `./dist` directory.\n* Execute `yarn start` to start service locally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargoproj%2Fargo-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargoproj%2Fargo-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargoproj%2Fargo-ci/lists"}