Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Add timestamp to image version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodamn committed Nov 3, 2017
1 parent c7fa22c commit 6af310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-build-and-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node('linux'){
println "imageName: ${imageName}"

if (params.crowdin_branch != null) {
def timestamp = "" # TODO: generate timestamp
def timestamp = System.currentTimeMillis()
imageVersion = "${imageVersion}-${timestamp}"
}

Expand Down

0 comments on commit 6af310a

Please sign in to comment.