https://github.com/buildkite/nodejs-example
An example pipeline that tests a Node.js project using Buildkite, assuming Node.js is installed on the agent.
https://github.com/buildkite/nodejs-example
buildkite example node nodejs pipeline
Last synced: 4 months ago
JSON representation
An example pipeline that tests a Node.js project using Buildkite, assuming Node.js is installed on the agent.
- Host: GitHub
- URL: https://github.com/buildkite/nodejs-example
- Owner: buildkite
- License: mit
- Created: 2016-02-16T06:34:21.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T10:36:09.000Z (9 months ago)
- Last Synced: 2025-11-03T07:04:23.100Z (8 months ago)
- Topics: buildkite, example, node, nodejs, pipeline
- Language: JavaScript
- Homepage: https://buildkite.com/buildkite/nodejs-example/builds/latest?branch=main
- Size: 172 KB
- Stars: 12
- Watchers: 20
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Buildkite Node.js Example
[](https://buildkite.com/buildkite/nodejs-example/builds/latest?branch=main)
[](https://buildkite.com/new)
This repository is an example [Buildkite](https://buildkite.com/) pipeline that runs tests for a [Node.js](https://nodejs.org/) project.
👉 **See this example in action:** [buildkite/nodejs-example](https://buildkite.com/buildkite/nodejs-example/builds/latest?branch=main)
See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running, or try it yourself:
[](https://buildkite.com/new)
## How it works
This example:
- Runs `npm install` and `npm test` using Node.js
- Assumes Node.js is already available on the agent machine
> 💡 If you prefer to use Docker instead of installing Node.js directly, check out the [Node.js Docker Example](https://github.com/buildkite/nodejs-docker-example).
## License
See [LICENSE.md](LICENSE.md) (MIT)