Commit 4ac2e10d authored by wentao.suo's avatar wentao.suo

fff

parent 91cf7825
...@@ -39,7 +39,7 @@ def call(body) { ...@@ -39,7 +39,7 @@ def call(body) {
try { try {
echo config.buildType echo config.buildType
stage('prepare') { stage('prepare') {
contextDir = contextDir${systemName}-${timeStemp} contextDir = _stage.contextDir("${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