Skip to content

Instantly share code, notes, and snippets.

@slide
Created October 17, 2017 21:23
Show Gist options
  • Save slide/6edcb7dadc1a12ea2a11fa3d35eeefb1 to your computer and use it in GitHub Desktop.
Save slide/6edcb7dadc1a12ea2a11fa3d35eeefb1 to your computer and use it in GitHub Desktop.
@NonCPS
def getTimestamp(build) {
def buildTimeStampFormat = new java.text.SimpleDateFormat('yyyy-MM-dd_HH-mm-ss')
buildTimeStampFormat.timeZone = java.util.TimeZone.default
return buildTimeStampFormat.format(build.timestamp.time)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment