Commit 34afabfa authored by daidekun's avatar daidekun

deleteDir

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