Is there any way to determine trigger source, whether manual build or scm change?
I have a job that takes a parameter when manually triggered but when triggered from a git commit I plan to set that parameter from info gathered from GIT. I guess one way would be to change the default parameter to a "null" value then I would know that the build was triggered by SCM change - are there any other ways?
