Commit 130d7035 authored by 智勇's avatar 智勇

时间戳增加毫秒

parent 02e79107
...@@ -11,7 +11,7 @@ def call(body) { ...@@ -11,7 +11,7 @@ def call(body) {
def _utils = new org.qg.docker_new.Utils() def _utils = new org.qg.docker_new.Utils()
def config = [:] def config = [:]
def timeStemp = new Date().format("yyyyMMddHHmmss") def timeStemp = new Date().format("yyyyMMddHHmmssSSS")
def env = body.env def env = body.env
def gitRepo = env.GIT_REPO def gitRepo = env.GIT_REPO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment