Is there a way to set the build timeout on automatically triggered builds for a google cloud container

0 votes
Nov 6, 2019 in GCP by anonymous
• 19,610 points
1,541 views

1 answer to this question.

0 votes

For build triggers, you can specify the same parameters as a build resource in your cloudbuild.yaml, which includes the timeout parameter. For example:

steps:
- name: 'ubuntu'
  args: ['./binary', 'rawdata.tgz']

timeout: 1200s
answered Nov 6, 2019 by Sirajul
• 59,230 points

Related Questions In GCP

0 votes
1 answer

Creating a SQL Server instance using Google Compute engine.

Google Compute Engine provides public images preconfigured with ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points
2,643 views
0 votes
1 answer
0 votes
1 answer

How do i install gcloud compute?

The gcloud compute command-line tool enables you to easily ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points

edited Jun 16, 2023 by Khan Sarfaraz 1,040 views
0 votes
1 answer

Is there a way to mount a cloud storage as a local disk?

You could probably try using Gcsfuse for ...READ MORE

answered Oct 9, 2019 in GCP by Sirajul
• 59,230 points
6,920 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP