Skip to content

Commit eea9807

Browse files
authored
Merge branch 'master' into dependabot/maven/commons-beanutils-commons-beanutils-1.10.1
2 parents fa2771c + b2a5850 commit eea9807

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pipeline {
6060
echo "no change,skip build"
6161
currentBuild.getRawBuild().getExecutor().interrupt(Result.NOT_BUILT)
6262
sleep(1)
63+
cleanWs()
6364
}
6465
}
6566
}
@@ -241,6 +242,9 @@ pipeline {
241242
script {
242243
sh "rm smcTool*.zip"
243244
sh "rm qeTool*.zip"
245+
sh "rm *linux*17*.tar.gc"
246+
sh "rm *mac*17*.tar.gc"
247+
sh "rm *windows*17*.zip"
244248
}
245249
}
246250
}

0 commit comments

Comments
 (0)