I have a shell script for posting hipchat notifications. Whenever we’re doing a build on the develop
or a release/*
branch, I want to post a hipchat notification when the build starts, and also when the build completes with a success or failure message.
I was just recently shown that CircleCI has when
statements, and upon further reading, it seems they can be used with parameters
. However, I can’t figure out how to have branching logic paths for parameters, and I can’t think of another way to do it either. Any help would be great!