Commit 8b2601f0 authored by daidekun's avatar daidekun

fixbugs

parent 11e47361
...@@ -38,7 +38,6 @@ def call(body) { ...@@ -38,7 +38,6 @@ def call(body) {
} }
stage('prepare') { stage('prepare') {
deleteDir()
echo "buildType is: ${config.buildType}" echo "buildType is: ${config.buildType}"
contextDir = _utils.contextDir(workspace) contextDir = _utils.contextDir(workspace)
switch (config.buildType) { switch (config.buildType) {
......
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