Commit fdbfb160 authored by daidekun's avatar daidekun

timestamps

parent 38e918c0
...@@ -63,6 +63,7 @@ def call(body) { ...@@ -63,6 +63,7 @@ def call(body) {
} }
stage('Build') { stage('Build') {
timestamps {
_utils.beautyEcho(4, 'Build') _utils.beautyEcho(4, 'Build')
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
...@@ -82,6 +83,7 @@ def call(body) { ...@@ -82,6 +83,7 @@ def call(body) {
break break
} }
} }
}
stage('Docker Build And Push') { stage('Docker Build And Push') {
_utils.beautyEcho(5, 'Docker Build And Push') _utils.beautyEcho(5, 'Docker Build And Push')
......
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