0.0.11-pre.2 • Published 4 years ago

buildkite-agent-node v0.0.11-pre.2

Weekly downloads
251
License
MIT
Repository
github
Last release
4 years ago

buildkite-agent for Node.js

CI npm

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:

import { annotate, AnnotationStyle } from 'buildkite-agent-node';

annotate('Hello world 👋!', {
    context: 'example',
    style: AnnotationStyle.Success
});

Users

License

This project is using the MIT license.

0.0.11-pre.2

4 years ago

0.0.11-pre.1

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago