Skip to content

Commit 233a194

Browse files
committed
Jenkins: alternative deletion
1 parent 452f11e commit 233a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ pipeline {
597597
}
598598
}
599599
}
600-
post { always { runShell("rm -rf ${env.WORKSPACE}/compile-expressions/*") }}
600+
post { always { runShell("rm -rf ${env.WORKSPACE}/compile-expressions/") }}
601601
}
602602
}
603603
}

0 commit comments

Comments
 (0)