Skip to content

Commit f64e944

Browse files
author
Lam Phan Dang
committed
Update datetime format in Jenkinsfile
1 parent cecdc01 commit f64e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
steps {
1515
script {
1616
CURRENT_DATETIME = sh (
17-
script: "date +%m-%d-%Y_%Hh.%Mm.%Ss",
17+
script: "date +%Y-%m-%d_%Hh.%Mm.%Ss",
1818
returnStdout: true
1919
).trim()
2020
}

0 commit comments

Comments
 (0)