https://github.com/jenkinsci/google-storage-plugin
This plugin provides the “Google Cloud Storage Uploader” post-build step for publishing build artifacts to Google Cloud Storage.
https://github.com/jenkinsci/google-storage-plugin
google-cloud
Last synced: 17 days ago
JSON representation
This plugin provides the “Google Cloud Storage Uploader” post-build step for publishing build artifacts to Google Cloud Storage.
- Host: GitHub
- URL: https://github.com/jenkinsci/google-storage-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2014-03-18T18:26:15.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-01T18:15:34.000Z (3 months ago)
- Last Synced: 2026-01-06T21:44:34.829Z (3 months ago)
- Topics: google-cloud
- Language: Java
- Homepage: https://plugins.jenkins.io/google-storage-plugin/
- Size: 845 KB
- Stars: 33
- Watchers: 9
- Forks: 62
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://ci.jenkins.io/job/Plugins/job/google-storage-plugin/job/develop/)
[](https://github.com/jenkinsci/google-storage-plugin/graphs/contributors)
[](https://plugins.jenkins.io/google-storage-plugin)
[](https://github.com/jenkinsci/google-storage-plugin/blob/develop/CHANGELOG.md)
[](https://plugins.jenkins.io/google-storage-plugin)
Jenkins Google Cloud Storage Plugin
===================================
This plugin provides functionality to communicate with Google Cloud Storage, as build steps,
post-build steps, or pipeline steps.
## Documentation
Please see [Google Storage Plugin](docs/home.md) for complete documentation.
## Installation
1. Go to **Manage Jenkins** then **Manage Plugins**.
1. (Optional) Make sure the plugin manager has updated data by clicking the **Check now** button.
1. In the Plugin Manager, click the **Available** tab and look for the "Google OAuth Plugin".
1. Check the box under the **Install** column and click the **Install without restart** button.
1. If the plugin does not appear under **Available**, make sure it appears under **Installed** and
is enabled.
## Plugin Source Build Installation
See [Plugin Source Build Installation](docs/source_build_installation.md) to build and install from
source.
## Feature requests and bug reports
Please file feature requests and bug reports as [GitHub Issues](https://github.com/jenkinsci/google-storage-plugin/issues).
**NOTE**: Versions 1.4.0 and above for this plugin are incompatible with version 0.8 or lower of the
[Google OAuth Credentials Plugin](https://github.com/jenkinsci/google-oauth-plugin). Likewise,
versions 1.3.3 and below for this plugin are incompatible with versions 0.9 and above of the OAuth
plugin.
Please verify you are using the correct versions before filing a bug report.
## Community
The GCP Jenkins community uses the **#gcp-jenkins** slack channel on
[https://googlecloud-community.slack.com](https://googlecloud-community.slack.com)
to ask questions and share feedback. Invitation link available
here: [gcp-slack](https://cloud.google.com/community#home-support).
## License
See [LICENSE](LICENSE)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)