Giter Club home page Giter Club logo

buildkite-node's Introduction

buildkite-node

A buildkite nodejs sdk

Install

$ npm i buildkite-node --save

Usage

Please check buidkite api documnetaion for more information

var Buildkite = require('buildkite-node')

// var buildkite = new Buildkite('api-token')
var buildkite = new Buildkite({
  accessToken: 'api-token',
  apiUrl: 'https://api.buildkite.com/v2/' // default
})

buildkite.ping().then(function (res) {
  console.log('ping', res.body)
}).catch(function (err) {
  console.log('err', err)
})

APIs

To create a new instance var buildkite = new Buildkite(opts)

Overview

ping()

user()

Organizations

listOrgs()

getOrg(org)

Pipelines

listPipelines(org)

getPipeline(org, pipeline)

createPipeline(org, opts)

deletePipelline(org, pipeline)

Builds

listBuilds()

listOrgBuilds(org)

listPipelineBuilds(org, pipeline)

getBuild(org, pipeline, build)

createBuild()

cancelBuild()

rebuildBuild()

Jobs

unblockJob(org, pipeline, build, job)

getJobLog(org, pipeline, build, job)

getJobEnv(org, pipeline, build, job)

Agents

listAgents(org)

getAgent(org, agent)

stopAgent(org, agent)

Artifacts

listBuildArtifacts(org, pipeline, build)

getJobArtifacts(org, pipeline, build, job)

getArtifact(org, pipeline, build, artifact)

downloadArtifact(org, pipeline, build, artifact)

Emojis

listEmojis(org)

License

MIT

buildkite-node's People

Contributors

fraserxu avatar jasonghent avatar

Stargazers

 avatar  avatar

Watchers

 avatar

buildkite-node's Issues

This is not published to NPM

I'm working around it by pointing my package.json to the github repo, but that's probably not ideal for a plethora of reasons.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.