buildkite-agent
for Node.js
Access Buildkite agent commands from Node.js
The buildkite-agent
binary has 2 roles: running builds and communicating additional information (Annotations, artifacts, ...) from a build to the agent running the build.
This project target is to provide access to the second set of commands from Node.js without needing the agent binary.
Supported features
The library is currently in development without any stable release and only a small subset of the agent commands is implemented.
Examples
Adding an annotation:
; annotate'Hello world 👋!', ;
Users
- jest-buildkite-reporter Report Jest test results to Buildkite as annotations.
License
This project is using the MIT license.