diff --git a/Jenkinsfile b/Jenkinsfile index 3768859..6d098fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,10 @@ pipeline { stages { stage("cleanup") { steps { - cleanWs(patterns: [[pattern: '**/bin/Release', type: 'INCLUDE'], [pattern: 'output/**', type: 'INCLUDE']]) + pwsh ''' + rm **/bin/Release + rm output/** + ''' } } stage("Props.Shop") {