We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadaf7b commit b70f803Copy full SHA for b70f803
generated,README.md,.eslintrc.yml/quickstart.js
@@ -27,6 +27,10 @@ async function quickstart(
27
// Creates a client
28
const cb = new CloudBuildClient();
29
30
+ // Note: for Private Pools, you'll have to specify an API endpoint value
31
+ // For example:
32
+ // const cb = new CloudBuildClient({ apiEndpoint: '<YOUR_POOL_REGION>-cloudbuild.googleapis.com' });
33
+
34
// Starts a build against the branch provided.
35
const [resp] = await cb.runBuildTrigger({
36
projectId,
0 commit comments