From e88ab807f5aedb137e15eee100636b7a3d4052d8 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 5 May 2018 21:57:16 +0100 Subject: [PATCH] crowdin: Switch back to old working syntax of WsCleanup --- .ci/Jenkinsfile.crowdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index 28959a35..4af4e361 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -16,7 +16,7 @@ timestamps { node { timeout(time: 30, unit: 'MINUTES') { stage('WsCleanup') { - cleanupWs() + step([$class: 'WsCleanup']) } def tasks = [:] def crowdin_cli = "java -jar ${tool 'crowdin-cli'}/crowdin-cli.jar --config .ci/crowdin.yml"