Commit 67072f1f authored by daidekun's avatar daidekun

test

parent 8552b0ab
......@@ -3,7 +3,7 @@ package org.qg.docker;
import org.qg.docker.Utils;
import groovy.json.JsonSlurperClassic;
def _utils = new org.qg.docker.Utils();
def _utils = new Utils();
def debug() {
_utils.beautyEcho(1, 'Checkout')
......
......@@ -15,4 +15,6 @@ def copyDockerFiles() {
}
def copyConfigFiles() {
}
\ No newline at end of file
}
return this;
\ No newline at end of file
......@@ -33,7 +33,9 @@ def call(body) {
dir (systemName) {
timestamps {
stage('Debug') {
_stage.debug()
debug {
message = "ddk"
}
}
}
}
......
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