crowdin: Switch back to old working syntax of WsCleanup

This commit is contained in:
Alexey Sokolov
2018-05-05 21:57:16 +01:00
parent c99cee456e
commit e88ab807f5

View File

@@ -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"