Does anybody know if it is possible to use dynamic parameters in the
subject of the email publisher? I want to append some text depending
on the build type that is used, like:
Build failed for ${CCNetProject} ($[BuildType])
BuildType can be IncrementalBuild or FullBuild. Depending on the
current value I would like to add (Incremental) or (Full) to the
subject.
I would also like to know if it is possible to set the dynamic
parameter to FullBuild when a scheduledTrigger is fired (this trigger
is used to kick off the nightly build).