buildkite-update-initial-step

0.0.1 • Public • Published

buildkite-update-initial-step

Updates the initial step across all pipelines in an organisation.

Install

npm install -g buildkite-update-initial-step

Usage

buildkite-update-initial-step config.json

Config File

{
  "org": "myorganisation",
  "token": "abc123",
  "repositories": {
    "exclude": [
      "wip-pipeline"
    ]
  },
  "step": {
    "type": "script",
    "name": "bootstrap :soon:",
    "command": "cat pipeline.json | buildkite pipeline upload"
  }
}

You can omit token and set BUILDKITE_TOKEN env var instead if want to commit this configuration into version control.

LICENSE

ISC

Readme

Keywords

Package Sidebar

Install

npm i buildkite-update-initial-step

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • someoneweird