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

https://github.com/sgringwe/cloud-builder-buildkite-plugin

Pushes a build to Google Cloud Builder
https://github.com/sgringwe/cloud-builder-buildkite-plugin

buildkite-plugin

Last synced: 8 months ago
JSON representation

Pushes a build to Google Cloud Builder

Awesome Lists containing this project

README

          

# cloud-builder, a buildkite-plugin

Submits builds to Google Cloud Builder, and shows log output with result.

Example usage:

```
- name: ":gcloud: Build App Image"
agents:
queue: default
plugins:
- sgringwe/cloud-builder#be0dccd:
auth_file: /path/to/service_account_json_key
service_account: your_account@yourproject.iam.gserviceaccount.com
project: yourproject
config_file: cloudbuild.test.yaml # Defaults to 'cloudbuild.yaml'
```

## Requirements

Requires an installed `gcloud` library