We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e018ea commit 83a4fe5Copy full SHA for 83a4fe5
Jenkinsfile
@@ -13,6 +13,7 @@ def notify(status){
13
}
14
15
def buildStep(ext) {
16
+ sh "rm -rfv adoom_src/ADoom adoom_src/doomsound_midi.library adoom_src/empty.txt"
17
sh "rm -rfv adoom_src/bin/*"
18
19
dir("adoom_src") {
0 commit comments