Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T02:23:24.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T01:54:39.833Z (8 months ago)
- Topics: agent, ci, ci-cd, golang, jenkins
- Language: Go
- Homepage: https://flowci.github.io
- Size: 625 KB
- Stars: 17
- Watchers: 4
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flow-agent-x
============
![GitHub](https://img.shields.io/github/license/flowci/flow-agent-x)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/flowci/flow-agent-x)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/flowci/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'
```