| This is their container builder project re-branded. Pretty nice product, but missing some LAUGHABLE features. Specifically: - Ability to start builds based on github pull requests - Ability to send messages to slack on successful / failed builds - Ability to update github PRs with build status - Conditional build steps AT ALL - Ability to start parameterized builds from GUI ( What if I want to deploy to a specific environment? ) - Any outside integrations AT. ALL. - No story on how to store secrets I've been running this product for about a year. I have a Jenkins job that detects github PRs, and then launches these builds. I would LOVE to delete that Jenkins VM, but for some reason a lot of basic functionality has been ignored. edit: People have informed me that Github PR building is in alpha! PRAISED BE THE GOOGLE! https://cloud.google.com/cloud-build/docs/run-builds-on-gith... |
When we first launched Container Builder a year ago we always had a plan to support more CI use cases. With the launch today we've added a few new features such as:
- Built-in support for pushing non-container artifacts to Google Cloud Storage
- Filepath triggers for invoking builds only on changes to certain subdirectories or files
- Updates to the Cloud Console UI and of the Cloud SDK (from `gcloud container builds...` to `gcloud builds...`)
We have more updates in alpha now including built-in support for GitHub pull requests, status/Checks API support, and programmatic triggers, which we agree is one of the biggest missing pieces for many people. That GitHub app is the first step with more granular control over PR triggers coming soon.
We try not to comment on roadmap items but looking ahead a little, this rebrand is also an indication of the product's focus on broader CI/CD use cases, which many of our users are already using Cloud Build for, and an evolution towards bringing DevOps and Continuous Integration best practices to Google Cloud users. Feature requests like built-in conditional steps and notifications are on our radar and we always appreciate hearing from users what they'd like to see us prioritize.
Release notes are published here for anyone interested in updates on new features. https://cloud.google.com/cloud-build/release-notes
There's a public Slack channel as well where GCB users and the Cloud Build team discuss features an different use cases. Happy to see anyone on there. https://googlecloud-community.slack.com/messages/C4KCRJL4D/c...
We appreciate all the positive feedback on the thread as well. We're excited about what's ahead for Cloud Build and that it's helping people be more productive!