diff --git a/JenkinsFile b/JenkinsFile index 74a38dd..6d8503b 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -55,6 +55,8 @@ pipeline { } post { // Clean after build - always { - cleanWs() + always { + cleanWs() + } + } } \ No newline at end of file