jenkins-infra / pipeline-library

Collection of custom steps and variables for our Jenkins instance(s)
295 stars 136 forks source link

chore(terraform): set build failure if there is a deploy error #841

Closed lemeurherve closed 8 months ago

lemeurherve commented 8 months ago

Currently if there is a deploy error, the build is shown as successful:

image

This PR sets the build status to "failure" before asking for input.

Ref: