Commit 2fa9c449 authored by wentao.suo's avatar wentao.suo

fff

parent 61f9fad8
...@@ -40,7 +40,7 @@ def call(body) { ...@@ -40,7 +40,7 @@ def call(body) {
echo config.buildType echo config.buildType
stage('prepare') { stage('prepare') {
_utils.beautyEcho("Prepare", "stage") _utils.beautyEcho("Prepare", "stage")
contextDir = _stage.contextDir("${systemName}-${timeStemp}") contextDir = _utils.contextMkdir("${systemName}-${timeStemp}")
_stage.before_prepare() _stage.before_prepare()
} }
......
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