I know, for instance, that I can make the build not trigger when I put certain text in a commit message. What I'd like to do is make it so I could change the value of a parameter based on the commit message that triggers the build.
Specifically I have a build parameter that a script looks at to determine whether or not to refresh a local db for integration tests. This is used for when we make alterations to the database or an integration test is dirty and doesn't clean up after itself, we can force the build to refresh the DB to a stable state.
I'd like to be able to add some specific text to the commit message that could then alter that parameter (or less ideally, be read by the script that is currently reading the build parameter) to trigger the build to refresh the DB. I'm using Teamcity 8.