https://github.com/flowci/flow-agent-x
Agent to execute task
https://github.com/flowci/flow-agent-x
agent ci ci-cd golang jenkins
Last synced: 9 months ago
JSON representation
Agent to execute task
- Host: GitHub
- URL: https://github.com/flowci/flow-agent-x
- Owner: FlowCI
- License: apache-2.0
- Created: 2018-12-04T11:06:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T02:23:24.000Z (about 3 years ago)
- Last Synced: 2025-10-09T22:14:01.863Z (9 months ago)
- Topics: agent, ci, ci-cd, golang, jenkins
- Language: Go
- Homepage: https://flowci.github.io
- Size: 625 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flow-agent-x
============



The new version agent for flow.ci
## How to start
- [Start from docker](https://github.com/FlowCI/docker)
- For more detail, please refer [doc](https://github.com/flowci/docs)
## Build binary
```bash
make build
# binary will be created at ./bin/flow-agent-x-mac
# binary will be created at ./bin/flow-agent-x-linux
```
## Run Unit Test
```bash
make test
```
## Build docker image
```bash
make docker
# docker image with name 'flowci/agent'
```