Skip to content

Commit

Permalink
chore(quickstart): mention private pool caveats (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Nov 10, 2022
1 parent 10273c0 commit 790f4da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudbuild/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ async function quickstart(
// Creates a client
const cb = new CloudBuildClient();

// Note: for Private Pools, you'll have to specify an API endpoint value
// For example:
// const cb = new CloudBuildClient({ apiEndpoint: '<YOUR_POOL_REGION>-cloudbuild.googleapis.com' });

// Starts a build against the branch provided.
const [resp] = await cb.runBuildTrigger({
projectId,
Expand Down

0 comments on commit 790f4da

Please sign in to comment.