Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a timeout configuration for AWS code pipeline action?

I'm currently looking for a way to automatically stop a step, whether it be build or deploy if it reaches a certain threshold.

Like if the deploy step lasted for 15 minutes already, I want it to automatically fail.

Is there a way to do it?

like image 247
froi Avatar asked Jan 23 '18 11:01

froi


1 Answers

If you go into the project in Developer Tools > CodeBuild > Build projects > [your project] there should be an Edit button/menu with an Environment choice which opens a new page, in which you can extend the Additional configuration triangle and edit the build timeout and queued timeout.

If you Edit the Pipeline -> Edit the Deploy stage -> click on the edit icon on the deploy task, this brings up the Edit Action overlay where, for the Deploy action, you can set a Deployment timeout.

like image 122
tommy Avatar answered Sep 19 '22 00:09

tommy