Skip to content

Commit 83a4fe5

Browse files
committed
Make sure the folder is clean before building
1 parent 9e018ea commit 83a4fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def notify(status){
1313
}
1414

1515
def buildStep(ext) {
16+
sh "rm -rfv adoom_src/ADoom adoom_src/doomsound_midi.library adoom_src/empty.txt"
1617
sh "rm -rfv adoom_src/bin/*"
1718

1819
dir("adoom_src") {

0 commit comments

Comments
 (0)