Skip to content

Instantly share code, notes, and snippets.

@si618
Forked from mikeobrien/Subject
Created March 4, 2016 04:41
Show Gist options
  • Save si618/380203cc2598aaeaf889 to your computer and use it in GitHub Desktop.
Save si618/380203cc2598aaeaf889 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