Cleaning workspace
This commit is contained in:
parent
708aa86b03
commit
35676be331
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -37,5 +37,8 @@ pipeline {
|
||||
archiveArtifacts 'wikiniews_results_with_wer.tsv'
|
||||
}
|
||||
}
|
||||
stage('Clean Workspace'){
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user