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
- Host: GitHub
- URL: https://github.com/sgringwe/cloud-builder-buildkite-plugin
- Owner: sgringwe
- License: mit
- Created: 2018-05-13T16:59:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T22:12:16.000Z (over 6 years ago)
- Last Synced: 2025-01-01T12:31:20.672Z (9 months ago)
- Topics: buildkite-plugin
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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