Skip to content

Instantly share code, notes, and snippets.

@mikeobrien
Created December 10, 2011 02:40
Show Gist options
  • Save mikeobrien/1454360 to your computer and use it in GitHub Desktop.
Save mikeobrien/1454360 to your computer and use it in GitHub Desktop.
Build duration in TeamCity email notification subject
<#global subject>${project.name} ${buildType.name} v${build.buildNumber} Succeeded (${((build.duration / 60) % 60)}:${((build.duration) % 60)?string?left_pad(2, "0")})</#global>
Gribble CI v1.3.45.0 Succeeded (3:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment