Cleaning workspace

This commit is contained in:
Artur Nowakowski 2020-04-03 13:33:29 +02:00
parent 708aa86b03
commit 35676be331

3
Jenkinsfile vendored
View File

@ -37,5 +37,8 @@ pipeline {
archiveArtifacts 'wikiniews_results_with_wer.tsv'
}
}
stage('Clean Workspace'){
cleanWs()
}
}
}