pyt timestmap before commit for better ordering

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-11-26 13:33:07 +01:00
parent def3af61a7
commit 07eb60df7d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def timestamp() {
}
def suffix() {
return "${gitCommit()}-${timestamp()}"
return "${timestamp()}-${gitCommit()}"
}
def gitBranch() {