An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Buildkite Node.js Example

[![Build status](https://badge.buildkite.com/e21216a03d600c23dbc8329539efc088264fae90e5a81940f2.svg?branch=main)](https://buildkite.com/buildkite/nodejs-example/builds/latest?branch=main)
[![Add to Buildkite](https://img.shields.io/badge/Add%20to%20Buildkite-14CC80)](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:

[![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)


Screenshot of Buildkite Node.js example pipeline

## 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)