/sms-action-sample

Send an SMS as soon as a builderror error occured

Apache License 2.0Apache-2.0

Sample repository for sending sms on failures

This sample will be sending an sms when a previous build step failed.

For this, we use a simple curl that sends the sms through the t developers portal. It uses curl for sending the request and as a first step in the build, it'll fail the build.