Commit 34afabfa authored by daidekun's avatar daidekun

deleteDir

parent b693c64c
...@@ -30,6 +30,7 @@ def call(body) { ...@@ -30,6 +30,7 @@ def call(body) {
node { node {
try { try {
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